[llvm] [InstCombine] Fold `(x < y) ? -1 : zext(x != y)` into `u/scmp(x,y)` (PR #101049)

via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 26 05:56:00 PDT 2024


asmok-g wrote:

Thanks! Looks like this fixes the miscompile. Verified some targets and will verify the rest.

https://github.com/llvm/llvm-project/pull/101049


More information about the llvm-commits mailing list