[llvm] [InstCombine] Simplify (A >= 0) & ((A & INT_MAX) != 0) to A > 0 (PR #207209)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 2 09:27:47 PDT 2026
AZero13 wrote:
> Missing real-world motivation. Can you provide an example?
I just realized I can generalize the fold more. Hold on.
https://github.com/llvm/llvm-project/pull/207209
More information about the llvm-commits
mailing list