[clang] [llvm] [ValueTracking] Add dominating condition support in computeKnownBits() (PR #73662)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 08:03:56 PST 2023


nikic wrote:

Just realized that this doesn't cover uses of isKnownNonNegative() in InstCombine yet, as it currently doesn't go through SimplifyQuery. I'll see about migrating those APIs tomorrow.

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


More information about the cfe-commits mailing list