[llvm] [InstCombine] Fold `(x < y) ? -1 : zext(x != y)` into `u/scmp(x,y)` (PR #101049)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 05:12:47 PDT 2024
dtcxzyw wrote:
> Heads-up: we're seeing comparator test failures in google. Working on reporducers.
Can you check what is the version of llvm in your system? Does it include commit https://github.com/llvm/llvm-project/commit/85b6aac7c25f9d2a976a76045ace1e7afebb5965?
https://github.com/llvm/llvm-project/pull/101049
More information about the llvm-commits
mailing list