[llvm] f737d97 - Relax newly added opcode check to check only for a number instead of a specific opcode.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 1 23:10:05 PDT 2021
Author: Douglas Yung
Date: 2021-07-01T23:09:25-07:00
New Revision: f737d9794a40c066c9ccffb9ac277c1b70442ede
URL: https://github.com/llvm/llvm-project/commit/f737d9794a40c066c9ccffb9ac277c1b70442ede
DIFF: https://github.com/llvm/llvm-project/commit/f737d9794a40c066c9ccffb9ac277c1b70442ede.diff
LOG: Relax newly added opcode check to check only for a number instead of a specific opcode.
Added:
Modified:
llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
index bb18a95beb9f5..f9a92b180cba9 100644
--- a/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
+++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
@@ -629,7 +629,7 @@
# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
# 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_MEMCPY_INLINE (opcode 219): 3 type indices, 0 imm indices
+# DEBUG-NEXT: G_MEMCPY_INLINE (opcode {{[0-9]+}}): 3 type indices, 0 imm indices
# DEBUG-NEXT: .. type index coverage check SKIPPED: no rules defined
# DEBUG-NEXT: .. imm index coverage check SKIPPED: no rules defined
# DEBUG-NEXT: G_MEMMOVE (opcode {{[0-9]+}}): 3 type indices, 1 imm index
More information about the llvm-commits
mailing list