[clang] [llvm] [AArch64][SME] Save VG for unwind info when changing streaming-mode (PR #83301)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 4 09:28:56 PDT 2024


================
@@ -8287,6 +8289,13 @@ AArch64TargetLowering::LowerCall(CallLoweringInfo &CLI,
 
   SDValue InGlue;
   if (RequiresSMChange) {
+
+    if (Subtarget->hasSVE()) {
----------------
efriedma-quic wrote:

If there's no DWARF unwind, nothing can unwind the stack whether or not we store the VG.

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


More information about the cfe-commits mailing list