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

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 22 15:31:57 PDT 2019


Author: dyung
Date: Mon Apr 22 15:31:57 2019
New Revision: 358926

URL: http://llvm.org/viewvc/llvm-project?rev=358926&view=rev
Log:
Relax test to check for a valid number instead of a specific number.

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=358926&r1=358925&r2=358926&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir Mon Apr 22 15:31:57 2019
@@ -348,7 +348,7 @@
 # DEBUG-NEXT: G_FFLOOR (opcode {{[0-9]+}}): 1 type index
 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
 #
-# DEBUG-NEXT: G_FRINT (opcode 146): 1 type index
+# DEBUG-NEXT: G_FRINT (opcode {{[0-9]+}}): 1 type index
 # DEBUG: .. type index coverage check SKIPPED: user-defined predicate detected
 
 # CHECK-NOT: ill-defined




More information about the llvm-commits mailing list