[llvm] [InstCombine] Fold `(x == y) ? 0 : (x > y ? 1 : -1)` into `ucmp/scmp(x,y)` (PR #107314)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 22 18:49:28 PDT 2024
https://github.com/dtcxzyw approved this pull request.
LGTM.
https://github.com/llvm/llvm-project/pull/107314
More information about the llvm-commits
mailing list