[llvm] r363621 - [test][AArch64] Relax the check line for G_BRJT in legalizer-info-validation.mir

Volkan Keles via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 14:25:25 PDT 2019


Author: volkan
Date: Mon Jun 17 14:25:25 2019
New Revision: 363621

URL: http://llvm.org/viewvc/llvm-project?rev=363621&view=rev
Log:
[test][AArch64] Relax the check line for G_BRJT in legalizer-info-validation.mir

Replace the specific number with a pattern to relax the 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=363621&r1=363620&r2=363621&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir Mon Jun 17 14:25:25 2019
@@ -321,7 +321,7 @@
 # DEBUG-NEXT: G_BR (opcode {{[0-9]+}}): 0 type indices
 # DEBUG:      .. type index coverage check SKIPPED: no rules defined
 #
-# DEBUG-NEXT: G_BRJT (opcode 137): 2 type indices
+# DEBUG-NEXT: G_BRJT (opcode {{[0-9]+}}): 2 type indices
 # DEBUG:      .. type index coverage check SKIPPED: no rules defined
 #
 # DEBUG-NEXT: G_INSERT_VECTOR_ELT (opcode {{[0-9]+}}): 3 type indices




More information about the llvm-commits mailing list