You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle some float(widening_op(uint16, uint16)) better in x86 backend (#8976)
Fixes#8913
I have inspected manually, but no test because the place to put one
would be simd_op_check_x86, but there was a deliberate decision not to
assert on instruction selection outcomes for cast patterns on x86,
because LLVM frequently changes it.
0 commit comments