[llvm] [ValueTracking] Improve `isImpliedCondICmps` to handle binops (PR #69840)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 22 11:24:06 PST 2023


nikic wrote:

This is a specific instance of the general "optimize using constant range at use" problem, and I'm not convinced that extending isImpliedCond() in this direction makes sense. I'm not sure what the best way to approach this is yet.

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


More information about the llvm-commits mailing list