[llvm] [GISel][AArch64][RISCV] Don't call markAllIdxsAsCovered from minScalarSameAs/maxScalarSameAs. (PR #115637)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 09:52:41 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
----------------
tschuett wrote:
Thanks. ` llc -debug-only=legalizer-info -mtriple=riscv64-- -run-pass=legalizer llvm/test/CodeGen/RISCV/GlobalISel/legalizer-info-validation.mir` works now.
https://github.com/llvm/llvm-project/pull/115637
More information about the llvm-commits
mailing list