[llvm] [AArch64][MIR] Serialize AArch64MachineFunctionInfo::HasStackFrame to MIR (PR #158122)

David Tellenbach via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 11 14:51:36 PDT 2025


================
@@ -0,0 +1,40 @@
+# RUN: llc -run-pass=prologepilog -mtriple arm64-apple-ios -o - -simplify-mir -verify-machineinstrs %s | FileCheck %s
----------------
dtellenbach wrote:

I just re-remembered that you need `-x mir` if you do that for MIR, just using the input and not reading from stdin autodetects based on the extension.

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


More information about the llvm-commits mailing list