[PATCH] D60762: [SelectionDAG] Legalize vaargs that require vector splitting

Luke Lau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 07:37:57 PDT 2019


luke marked an inline comment as done.
luke added a comment.

In D60762#1513918 <https://reviews.llvm.org/D60762#1513918>, @RKSimon wrote:

> Adding some PowerPC people to double check


Thanks!



================
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
----------------
RKSimon wrote:
> copy and paste?
Whoops, thanks! I added in this line but looks like update_llc_test_checks.py kept it, will remove


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60762/new/

https://reviews.llvm.org/D60762





More information about the llvm-commits mailing list