[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
Wed Aug 21 14:01:32 PDT 2024
Poseydon42 wrote:
> Missing fold: https://alive2.llvm.org/ce/z/9wTPep
Addressed in #105583
https://github.com/llvm/llvm-project/pull/105272
More information about the llvm-commits
mailing list