[llvm] [InstCombine] Fold `(x < y) ? -1 : zext(x > y)` and `(x > y) ? 1 : sext(x < y)` to `ucmp/scmp(x, y)` (PR #105272)
Volodymyr Vasylkun via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 14:31:14 PDT 2024
https://github.com/Poseydon42 closed https://github.com/llvm/llvm-project/pull/105272
More information about the llvm-commits
mailing list