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

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 04:05:12 PDT 2024


================
@@ -1158,7 +1158,6 @@ static void computeKnownBitsFromOperator(const Operator *I,
           Known.makeNonNegative();
       }
 
-      assert(!Known.hasConflict() && "Bits known to be one AND zero?");
----------------
c8ef wrote:

Sorry for missing the original issue, fixed already!

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


More information about the llvm-commits mailing list