[Mlir-commits] [llvm] [mlir] eliminating g++ warnings (PR #105520)
Frank Schlimbach
llvmlistbot at llvm.org
Wed Aug 21 09:42:22 PDT 2024
================
@@ -594,6 +594,8 @@ static bool compareSameArgs(IndexCmpPredicate pred) {
case IndexCmpPredicate::ULT:
return false;
}
+ assert("unknown predicate in compareSameArgs" == nullptr);
----------------
fschlimb wrote:
Yes, see above. This is already implemented and pushed, but for some reason github is still processing the update...
https://github.com/llvm/llvm-project/pull/105520
More information about the Mlir-commits
mailing list