Files
clang-p2996/llvm/test/Transforms/LoopVectorize/reduction-inloop-cond.ll
Michele Scandale 09eb9f1136 [InstCombine] Fix for folding select into floating point binary operators. (#83200)
Folding a `select` into a floating point binary operators can only be
done if the result is preserved for both case. In particular, if the
other operand of the `select` can be a NaN, then the transformation
won't preserve the result value.
2024-03-19 09:47:07 -07:00

73 KiB