[llvm] [CVP] Propagate constant range on icmp at use level (PR #73767)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 03:54:45 PST 2023
nikic wrote:
In https://github.com/llvm/llvm-project/commit/7de592b9f9f12f861cc1bdc667d6042569bc42a2 I have refactored the getConstantRangeAtUse() implementation to be based on an internal getValueAtUse() method that works on ValueLatticeElement. I think with that, it should be possible to integrate the implementations.
https://github.com/llvm/llvm-project/pull/73767
More information about the llvm-commits
mailing list