[llvm] [CVP] Propagate constant range on icmp at use level (PR #73767)

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 05:46:30 PST 2023


XChy wrote:

The implementations are integrated. Now `constantFoldCmp` and `processICmp` request range from LVI separately (don't share ConstantRange) to improve readibility.

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


More information about the llvm-commits mailing list