[PATCH] D74455: [MS] Pass aligned, non-trivially copyable things indirectly on x86
    Reid Kleckner via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Sep 24 13:21:45 PDT 2020
    
    
  
rnk abandoned this revision.
rnk added a comment.
I actually forgot about this change entirely and uploaded and landed a new one:
https://reviews.llvm.org/D87923
I suppose they are functionally different: if we have an overaligned type that can be passed in registers due to [[trivial_abi]], we should do that.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74455/new/
https://reviews.llvm.org/D74455
    
    
More information about the cfe-commits
mailing list