Skip to content

Commit

Permalink
[AArch64] Regenerate machine-combiner-subadd2.mir test (NFC)
Browse files Browse the repository at this point in the history
llvm-clang-x86_64-expensive-checks-debian buildbot was previously failing.

Fixes: https://lab.llvm.org/buildbot/#/builders/16/builds/64701.
  • Loading branch information
antoniofrighetto committed Apr 29, 2024
1 parent 9c3f5fe commit ca25702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/test/CodeGen/AArch64/machine-combiner-subadd2.mir
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RUN: llc -mtriple=aarch64-linux-gnu -run-pass machine-combiner -o - %s | FileCheck %s
# RUN: llc -mtriple=aarch64-linux-gnu -run-pass machine-combiner -verify-machineinstrs -o - %s | FileCheck %s

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

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

name: test8
registers:
Expand Down

0 comments on commit ca25702

Please sign in to comment.