[llvm] [clang] [AArch64] Stack probing for dynamic allocas in SelectionDAG (PR #66525)
Momchil Velikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 30 02:31:46 PST 2023
momchil-velikov wrote:
> Do the call frame changes here affect Windows? (I guess that would indicate a latent bug in our Windows ABI support...)
TBH, I have not tested on Windows. However, by construction, I've hopefully made sure the Windows and non-Windows are isolated and separate - either with checks whether target is or isn't Windows or with check about a particular kind of stack probing (e.g. attribute "probe-stack"="inline" means not Windows).
https://github.com/llvm/llvm-project/pull/66525
More information about the cfe-commits
mailing list