Skip to content

Commit ca25702

Browse files
[AArch64] Regenerate machine-combiner-subadd2.mir test (NFC)
llvm-clang-x86_64-expensive-checks-debian buildbot was previously failing. Fixes: https://lab.llvm.org/buildbot/#/builders/16/builds/64701.
1 parent 9c3f5fe commit ca25702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/CodeGen/AArch64/machine-combiner-subadd2.mir

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -mtriple=aarch64-linux-gnu -run-pass machine-combiner -o - %s | FileCheck %s
1+
# RUN: llc -mtriple=aarch64-linux-gnu -run-pass machine-combiner -verify-machineinstrs -o - %s | FileCheck %s
22

33
# The test cases in this file check following transformation if the right form
44
# can reduce latency.
@@ -241,8 +241,8 @@ body: |
241241
# Drop nowrap flags in SUB
242242

243243
# CHECK-LABEL: name: test8
244-
# CHECK: %7:gpr64 = SUBXrr %1, %0
245-
# CHECK-NEXT: %4:gpr64common = SUBXrr killed %7, killed %2
244+
# CHECK: [[SUBXrr:%[0-9]+]]:gpr64 = SUBXrr %1, %0
245+
# CHECK-NEXT: %4:gpr64common = SUBXrr killed [[SUBXrr]], killed %2
246246

247247
name: test8
248248
registers:

0 commit comments

Comments
 (0)