[llvm] [InstCombine] Fold `(x == y) ? 0 : (x > y ? 1 : -1)` into `ucmp/scmp(x,y)` (PR #107314)

Volodymyr Vasylkun via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 07:41:33 PDT 2024


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


More information about the llvm-commits mailing list