Skip to content

Commit 982204f

Browse files
committed
Fix tests
1 parent 7d83743 commit 982204f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -553,18 +553,19 @@
553553
# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
554554
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
555555
# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
556-
# DEBUG-NEXT: G_GET_FPENV (opcode 196): 1 type index, 0 imm indices
556+
# DEBUG-NEXT: G_GET_FPENV (opcode {{[0-9]+}}): 1 type index, 0 imm indices
557557
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
558558
# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
559-
# DEBUG-NEXT: G_SET_FPENV (opcode 197): 1 type index, 0 imm indices
560-
# DEBUG-NEXT: .. opcode 197 is aliased to 196
559+
# DEBUG-NEXT: G_SET_FPENV (opcode {{[0-9]+}}): 1 type index, 0 imm indices
560+
# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
561561
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
562562
# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
563-
# DEBUG-NEXT: G_RESET_FPENV (opcode 198): 0 type indices, 0 imm indices
564-
# DEBUG-NEXT: .. opcode 198 is aliased to 196
563+
# DEBUG-NEXT: G_RESET_FPENV (opcode {{[0-9]+}}): 0 type indices, 0 imm indices
564+
# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
565565
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
566566
# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
567567
# DEBUG-NEXT: G_GET_FPMODE (opcode {{[0-9]+}}): 1 type index, 0 imm indices
568+
# DEBUG-NEXT: .. opcode {{[0-9]+}} is aliased to {{[0-9]+}}
568569
# DEBUG-NEXT: .. type index coverage check SKIPPED: user-defined predicate detected
569570
# DEBUG-NEXT: .. imm index coverage check SKIPPED: user-defined predicate detected
570571
# DEBUG-NEXT: G_SET_FPMODE (opcode {{[0-9]+}}): 1 type index, 0 imm indices

llvm/test/CodeGen/AArch64/fpenv.ll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
2-
; RUN: llc -mtriple=aarch64-none-linux-gnu %s -o - | FileCheck %s
2+
; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs %s -o - | FileCheck %s
3+
; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs %s -global-isel -global-isel-abort=1 -o - | FileCheck %s
4+
35

46
define void @func_set_rounding_dyn(i32 %rm) {
57
; CHECK-LABEL: func_set_rounding_dyn:

0 commit comments

Comments
 (0)