[llvm] AArch64: support extended spills in SEH on WoS (PR #166849)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 6 17:05:59 PST 2025


================
@@ -0,0 +1,22 @@
+; RUN: llc -mtriple aarch64-unknown-windows-msvc -filetype asm -o - %s | FileCheck %s
----------------
compnerd wrote:

Added the epilogue checks. I'm open to the idea of using the `update_llc_test_checks.py` results with the subsequent change to adjust the alignment of the `stp` so that this is properly encoded.

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


More information about the llvm-commits mailing list