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

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 27 00:06:24 PDT 2019


shchenz added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/legalize-vaarg.ll:3
+;RUN: llc < %s --mtriple=powerpc64- -mattr=+altivec | FileCheck %s -check-prefix=BE
+;RUN: llc < %s --mtriple=powerpc64le -mattr=+altivec | FileCheck %s -check-prefix=LE
+define <8 x i32> @test_large_vec_vaarg(i32 %n, ...) {
----------------
triple `powerpc64le-unknown-linux-gnu` for LE and `powerpc64-unknown-linux-gnu` for BE?


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

https://reviews.llvm.org/D60762





More information about the llvm-commits mailing list