From a4f750ac77e799b0a1815b0b469e8a0c00606d39 Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Fri, 12 Jul 2019 21:39:45 +0000 Subject: [PATCH] [test][AArch64] Relax the opcode tests for FP min/max instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365961 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../AArch64/GlobalISel/legalizer-info-validation.mir | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir b/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir index 6b27848c017..381b889976f 100644 --- a/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir +++ b/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir @@ -303,22 +303,22 @@ # DEBUG-NEXT: G_FCANONICALIZE (opcode {{[0-9]+}}): 1 type index # DEBUG: .. type index coverage check SKIPPED: no rules defined # -# DEBUG-NEXT: G_FMINNUM (opcode 131): 1 type index +# DEBUG-NEXT: G_FMINNUM (opcode {{[0-9]+}}): 1 type index # DEBUG: .. type index coverage check SKIPPED: no rules defined # -# DEBUG-NEXT: G_FMAXNUM (opcode 132): 1 type index +# DEBUG-NEXT: G_FMAXNUM (opcode {{[0-9]+}}): 1 type index # DEBUG: .. type index coverage check SKIPPED: no rules defined # -# DEBUG-NEXT: G_FMINNUM_IEEE (opcode 133): 1 type index +# DEBUG-NEXT: G_FMINNUM_IEEE (opcode {{[0-9]+}}): 1 type index # DEBUG: .. type index coverage check SKIPPED: no rules defined # -# DEBUG-NEXT: G_FMAXNUM_IEEE (opcode 134): 1 type index +# DEBUG-NEXT: G_FMAXNUM_IEEE (opcode {{[0-9]+}}): 1 type index # DEBUG: .. type index coverage check SKIPPED: no rules defined # -# DEBUG-NEXT: G_FMINIMUM (opcode 135): 1 type index +# DEBUG-NEXT: G_FMINIMUM (opcode {{[0-9]+}}): 1 type index # DEBUG: .. type index coverage check SKIPPED: no rules defined # -# DEBUG-NEXT: G_FMAXIMUM (opcode 136): 1 type index +# DEBUG-NEXT: G_FMAXIMUM (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 -- 2.40.0