[llvm] [AArch64] Fix SVE callee-save layout for nounwind functions on Windows (PR #156467)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 3 11:26:43 PDT 2025


https://github.com/efriedma-quic commented:

Maybe should use `MF.getTarget().getMCAsmInfo()->usesWindowsCFI()` to check for "Windows" in this context, though.  UEFI targets use Windows unwind, but technically aren't Windows.

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


More information about the llvm-commits mailing list