[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 05:43:36 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:
How did you fixed the RISCV file? I have to add G_STEP_VECTOR have issues with it.
https://github.com/llvm/llvm-project/pull/115637
More information about the llvm-commits
mailing list