[llvm] [InstCombine] Fold selection between less than zero and one (PR #69961)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 04:41:57 PDT 2023
elhewaty wrote:
Yes, It makes, thanks.
Will this ` a ? (a < 0) : 1 --> (a <= 0)` be folded?
https://github.com/llvm/llvm-project/pull/69961
More information about the llvm-commits
mailing list