[PATCH] D120980: [PowerPC] make splat struct like an array for function arguments
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 8 07:18:04 PST 2022
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:16789
+ return false;
+
+ SmallVector<EVT> ValueVTs;
----------------
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.
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