Files
clang-p2996/llvm/test/CodeGen/RISCV/float-select-icmp.ll
LiaoChunyu 12fee611ca [RISCV] Fold special case (xor (setcc constant, y, setlt), 1) -> (setcc y, constant + 1, setlt)
Improve D151719.
(xor (setcc constant, y, setlt), 1) -> (setcc y, constant + 1, setlt)
https://alive2.llvm.org/ce/z/BZNEia

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D152128
2023-06-17 10:10:20 +08:00

7.6 KiB