[PATCH] D152752: [MS] Fix passing aligned records by value in some cases

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 29 06:18:27 PDT 2023


aaron.ballman added a comment.

In D152752#4611206 <https://reviews.llvm.org/D152752#4611206>, @aaron.ballman wrote:

> In D152752#4611043 <https://reviews.llvm.org/D152752#4611043>, @rnk wrote:
>
>> Thanks, I think this is a clang bug. As I understand MSVC's behavior, we should not pass highly aligned variadic arguments indirectly: https://gcc.godbolt.org/z/Kr67xWTeE
>>
>> I'll follow up on that.
>
> Thank you!

Any update on a fix for this?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152752/new/

https://reviews.llvm.org/D152752



More information about the cfe-commits mailing list