[InstCombine] Fix for folding select-like `shufflevector` into floating point...
[InstCombine] Fix for folding select-like `shufflevector` into floating point binary operators. (#85452) Folding a select-like `shufflevector` into a floating point binary operators can only be done if the result is preserved for both case. In particular, if the common operand of the `shufflevector` and the floating point binary operator can be a NaN, then the transformation won't preserve the result value.
parent
3eb58d15
Please register or sign in to comment