[llvm] r365961 - [test][AArch64] Relax the opcode tests for FP min/max instructions.
Douglas Yung via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 14:39:45 PDT 2019
Author: dyung
Date: Fri Jul 12 14:39:45 2019
New Revision: 365961
URL: http://llvm.org/viewvc/llvm-project?rev=365961&view=rev
Log:
[test][AArch64] Relax the opcode tests for FP min/max instructions.
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=365961&r1=365960&r2=365961&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir Fri Jul 12 14:39:45 2019
@@ -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
More information about the llvm-commits
mailing list