[PATCH] D60762: [SelectionDAG] Legalize vaargs that require vector splitting
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 07:36:18 PDT 2019
RKSimon added reviewers: shchenz, nemanjai.
RKSimon added a comment.
Adding some PowerPC people to double check
================
Comment at: llvm/test/CodeGen/PowerPC/legalize-vaarg.ll:46
+ %x = va_arg i8** %args, <8 x i32>
+ ;CHECK-COUNT-2: lvx
+ ret <8 x i32> %x
----------------
copy and paste?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60762/new/
https://reviews.llvm.org/D60762
More information about the llvm-commits
mailing list