[llvm] [ValueTracking] Expand cmpExcludesZero to optionally work with non-constant RHS (PR #69364)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 11:47:09 PDT 2023


https://github.com/nikic commented:

Could you please provide the original motivating case for this? I think this goes beyond what is reasonable to handle in ValueTracking, and it would be best to handle your use case via LVI+CVP instead, if this is possible.

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


More information about the llvm-commits mailing list