Skip to content

Commit 4d95c36

Browse files
committed
[test][AArch64] Relax the opcode tests for FP min/max instructions.
llvm-svn: 365961
1 parent 128af31 commit 4d95c36

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,22 +303,22 @@
303303
# DEBUG-NEXT: G_FCANONICALIZE (opcode {{[0-9]+}}): 1 type index
304304
# DEBUG: .. type index coverage check SKIPPED: no rules defined
305305
#
306-
# DEBUG-NEXT: G_FMINNUM (opcode 131): 1 type index
306+
# DEBUG-NEXT: G_FMINNUM (opcode {{[0-9]+}}): 1 type index
307307
# DEBUG: .. type index coverage check SKIPPED: no rules defined
308308
#
309-
# DEBUG-NEXT: G_FMAXNUM (opcode 132): 1 type index
309+
# DEBUG-NEXT: G_FMAXNUM (opcode {{[0-9]+}}): 1 type index
310310
# DEBUG: .. type index coverage check SKIPPED: no rules defined
311311
#
312-
# DEBUG-NEXT: G_FMINNUM_IEEE (opcode 133): 1 type index
312+
# DEBUG-NEXT: G_FMINNUM_IEEE (opcode {{[0-9]+}}): 1 type index
313313
# DEBUG: .. type index coverage check SKIPPED: no rules defined
314314
#
315-
# DEBUG-NEXT: G_FMAXNUM_IEEE (opcode 134): 1 type index
315+
# DEBUG-NEXT: G_FMAXNUM_IEEE (opcode {{[0-9]+}}): 1 type index
316316
# DEBUG: .. type index coverage check SKIPPED: no rules defined
317317
#
318-
# DEBUG-NEXT: G_FMINIMUM (opcode 135): 1 type index
318+
# DEBUG-NEXT: G_FMINIMUM (opcode {{[0-9]+}}): 1 type index
319319
# DEBUG: .. type index coverage check SKIPPED: no rules defined
320320
#
321-
# DEBUG-NEXT: G_FMAXIMUM (opcode 136): 1 type index
321+
# DEBUG-NEXT: G_FMAXIMUM (opcode {{[0-9]+}}): 1 type index
322322
# DEBUG: .. type index coverage check SKIPPED: no rules defined
323323
#
324324
# DEBUG-NEXT: G_GEP (opcode {{[0-9]+}}): 2 type indices

0 commit comments

Comments
 (0)