[llvm] [InstCombine] Fold zext(X) + C2 pred C -> X + C3 pred C4 (PR #110511)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 17:58:31 PDT 2024


dtcxzyw wrote:

> Is this intentionally still in draft form? Or are you ready for review?

It is ready for review now. I believe I cannot generalize it further without new ConstantRange API.


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


More information about the llvm-commits mailing list