Some target lowerings of FP_TO_FP16, for instance ARM's vcvtb.f16.f32
instruction, do not guarantee that the top 16 bits are zeroed out.
Remove the unsafe AssertZext and add tests to exercise this.
Details
Details
Diff Detail
Diff Detail
Differential D18426
Remove unsafe AssertZext after promoting result of FP_TO_FP16 pirama on Mar 23 2016, 7:23 PM. Authored by
Details Some target lowerings of FP_TO_FP16, for instance ARM's vcvtb.f16.f32
Diff Detail |