[PATCH] D20238: [PowerPC] Run reg2mem on tests to simplify them.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 2 10:33:17 PDT 2016
mcrosier accepted this revision.
mcrosier added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: test/CodeGen/PowerPC/builtins-ppc-p8vector.ll:16
@@ -13,3 +15,3 @@
; Function Attrs: nounwind
define void @test1() {
entry:
----------------
You could likely further simplify these tests by passing in and returning vectors, but I don't think that's necessary.
http://reviews.llvm.org/D20238
More information about the llvm-commits
mailing list