[llvm] ca25702 - [AArch64] Regenerate `machine-combiner-subadd2.mir` test (NFC)

Antonio Frighetto via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 11:29:41 PDT 2024


Author: Antonio Frighetto
Date: 2024-04-29T20:25:55+02:00
New Revision: ca257022aa130f95b2530f9aba98af8d63027b0d

URL: https://github.com/llvm/llvm-project/commit/ca257022aa130f95b2530f9aba98af8d63027b0d
DIFF: https://github.com/llvm/llvm-project/commit/ca257022aa130f95b2530f9aba98af8d63027b0d.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/machine-combiner-subadd2.mir b/llvm/test/CodeGen/AArch64/machine-combiner-subadd2.mir
index 0b09e8a4b5cd38..9da0808345a098 100644
--- a/llvm/test/CodeGen/AArch64/machine-combiner-subadd2.mir
+++ b/llvm/test/CodeGen/AArch64/machine-combiner-subadd2.mir
@@ -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.
@@ -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:


        


More information about the llvm-commits mailing list