We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
machine-combiner-subadd2.mir
1 parent 9c3f5fe commit ca25702Copy full SHA for ca25702
llvm/test/CodeGen/AArch64/machine-combiner-subadd2.mir
@@ -1,4 +1,4 @@
1
-# 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
2
3
# The test cases in this file check following transformation if the right form
4
# can reduce latency.
@@ -241,8 +241,8 @@ body: |
241
# Drop nowrap flags in SUB
242
243
# CHECK-LABEL: name: test8
244
-# CHECK: %7:gpr64 = SUBXrr %1, %0
245
-# 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
246
247
name: test8
248
registers:
0 commit comments