[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
       
    Wed Aug 23 11:58:39 PDT 2023
    
    
  
aaron.ballman added a comment.
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!
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