[llvm] [InstCombine] Fold `ucmp/scmp(x, y) >> N` to `zext/sext(x < y)` when N is one less than the width of the result of `ucmp/scmp` (PR #104009)

Volodymyr Vasylkun via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 10:08:34 PDT 2024


https://github.com/Poseydon42 closed https://github.com/llvm/llvm-project/pull/104009


More information about the llvm-commits mailing list