[llvm] [KnownBits] Remove `hasConflict()` assertions (PR #94568)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 23:30:18 PDT 2024


nikic wrote:

These assertions are not just in KnownBits.h, but also spread across many other places. Basically do a `git grep "hasConflict()"` (There are currently 88 occurrences, though not all of them are in assertions.)

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


More information about the llvm-commits mailing list