[PATCH] D115942: [X86][MS] Change the alignment of f80 to 16 bytes on Windows 32bits to match with ICC
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 6 14:16:04 PST 2022
rnk requested changes to this revision.
rnk added a comment.
This revision now requires changes to proceed.
Yeah, let's try to reach some resolution on that.
In the mean time, I discovered the `alignstack` parameter attribute:
https://llvm.org/docs/LangRef.html#parameter-attributes
Could that be used to solve this problem in the frontend instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115942/new/
https://reviews.llvm.org/D115942
More information about the cfe-commits
mailing list