[llvm] [InstSimplify] Fold `X < Y ? (X + zext(X < Y)) <= Y : false` to `X < Y` (PR #118579)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 15 07:45:04 PST 2024
dtcxzyw wrote:
> Can I hard code a generic version of the motivating case in impliesPoisonOrCond()?
Sure.
https://github.com/llvm/llvm-project/pull/118579
More information about the llvm-commits
mailing list