[llvm] [ValueTracking] Refactor `isKnownNonEqualFromContext` (PR #127388)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 1 04:14:50 PST 2025


https://github.com/nikic commented:

Okay, so the differences here are because isImpliedCondition can also use things other than equality conditions, and we may pick up different "unrelated" conditions depending on how we query things.

I don't really have a strong opinion on how this query is done, so this approach is fine by me.



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


More information about the llvm-commits mailing list