Files
clang-p2996/llvm/test/Transforms/LoopVectorize/X86
Luke Lau 8107b430ed [VPlan] Simplify select c, x, x -> x (#133731)
As noted in 1a9358c090, some
simplifications can produce a redundant select where the true and false
operands are the same, which this patch removes.

The is_fpclass test was changed so the condition wasn't made dead.
2025-04-02 10:26:48 +01:00
..