[llvm] [PowerPC] Spill non-volatile registers required for traceback table (PR #71115)

Lei Huang via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 07:47:52 PST 2023


================
@@ -1,15 +1,16 @@
-# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -x mir -mcpu=pwr8 -mattr=-altivec \
-# RUN: -run-pass=prologepilog --verify-machineinstrs < %s | \
-# RUN: FileCheck %s --check-prefixes=CHECK,SAVEONE
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 -mattr=-altivec \
+# RUN: -run-pass=prologepilog --verify-machineinstrs %s -o - | \
+# RUN: FileCheck %s --check-prefixes=SAVEONE
 
-# RUN: llc -mtriple powerpc64-unknown-linux-gnu -x mir -mcpu=pwr7 -mattr=-altivec \
----------------
lei137 wrote:

why is the mir test removed?

https://github.com/llvm/llvm-project/pull/71115


More information about the llvm-commits mailing list