[PATCH] D108887: [X86][MS] Fix the aligement mismatch of vector variable arguments on Win32
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 30 09:39:43 PDT 2021
rnk added a comment.
Thanks!
================
Comment at: llvm/lib/Target/X86/X86CallingConv.td:29-30
+ : CCIf<"State.isVarArg() && "
+ "State.getMachineFunction().getSubtarget().getTargetTriple()."
+ "isOSWindows()",
+ A>;
----------------
Please check what mingw does in this case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108887/new/
https://reviews.llvm.org/D108887
More information about the llvm-commits
mailing list