[PATCH] D120980: [PowerPC] make splat struct like an array for function arguments
    ChenZheng via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Mar  8 19:11:52 PST 2022
    
    
  
shchenz marked an inline comment as done.
shchenz added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:16789
+    return false;
+
+  SmallVector<EVT> ValueVTs;
----------------
amyk wrote:
> Could we maybe add a comment that describes that we do this for the more accurate alignment? 
> 
> I am not sure if it is directly obvious in that this is the case. 
Updated, thanks.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120980/new/
https://reviews.llvm.org/D120980
    
    
More information about the llvm-commits
mailing list