From: Douglas Yung Date: Mon, 9 Sep 2019 01:21:33 +0000 (+0000) Subject: Relax opcode checks in test to check for only a number instead of a specific number. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ee19f9c5b8b7cb1032e71ef5bd3b0cf9269ad46;p=llvm Relax opcode checks in test to check for only a number instead of a specific number. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371355 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir index 7359fb0e902..2225bca8181 100644 --- a/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir +++ b/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir @@ -312,7 +312,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_FMAD (opcode 116): 1 type index, 0 imm indices +# DEBUG-NEXT: G_FMAD (opcode {{[0-9]+}}): 1 type index, 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_FDIV (opcode {{[0-9]+}}): 1 type index, 0 imm indices