[llvm] [GISel][AArch64][RISCV] Don't call markAllIdxsAsCovered from minScalarSameAs/maxScalarSameAs. (PR #115637)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 08:22:15 PST 2024
================
@@ -326,16 +326,16 @@
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
# DEBUG-NEXT: G_SHL (opcode {{[0-9]+}}): 2 type indices, 0 imm indices
-# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
-# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
+# DEBUG-NEXT: .. the first uncovered type index: 2, OK
----------------
topperc wrote:
Until yesterday, RISCV didn't call `verify` in RISCVLegalizerInfo.cpp so it couldn't generate the output.
https://github.com/llvm/llvm-project/pull/115637
More information about the llvm-commits
mailing list