[llvm] r354007 - Relax test to check for a valid number instead of a specific number

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 20:11:10 PST 2019


Author: dyung
Date: Wed Feb 13 20:11:09 2019
New Revision: 354007

URL: http://llvm.org/viewvc/llvm-project?rev=354007&view=rev
Log:
Relax test to check for a valid number instead of a specific number
to be like every other check in this test.

Modified:
    llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

Modified: llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir?rev=354007&r1=354006&r2=354007&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir Wed Feb 13 20:11:09 2019
@@ -294,7 +294,7 @@
 # DEBUG-NEXT: G_FABS (opcode {{[0-9]+}}): 1 type index
 # DEBUG:      .. type index coverage check SKIPPED: user-defined predicate detected
 #
-# DEBUG-NEXT: G_FCANONICALIZE (opcode 128): 1 type index
+# DEBUG-NEXT: G_FCANONICALIZE (opcode {{[0-9]+}}): 1 type index
 # DEBUG: .. type index coverage check SKIPPED: no rules defined
 #
 # DEBUG-NEXT: G_GEP (opcode {{[0-9]+}}): 2 type indices




More information about the llvm-commits mailing list