[PATCH] D25906: [PPC] Implement vector reverse elements builtins (vec_reve)

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 14:26:29 PDT 2016


echristo accepted this revision.
echristo added a reviewer: echristo.
echristo added a comment.

One small minor thing and then LGTM. Thanks!



================
Comment at: test/CodeGen/builtins-ppc-altivec.c:9001
+// CHECK-LABEL: define void @test8
+// CHECK-LE-LABEL: define void @test8
+void test8() {
----------------
Can you sink these to just inside the function? (Minor preference)


https://reviews.llvm.org/D25906





More information about the llvm-commits mailing list