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

I've made changes to `needsAsyncDwarfUnwindInfo` in 
AArch64MachineFunctionInfo.cpp to always return true if the function has 
streaming-mode changes. I believe this will ensure we emit the correct 
information when `-fno-asynchronous-unwind-tables` is specified.

https://github.com/llvm/llvm-project/pull/83301
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to