projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cba2e2
)
PowerPC: Add a triple to this test
author
Justin Bogner
<mail@justinbogner.com>
Fri, 5 Aug 2016 21:49:54 +0000
(21:49 +0000)
committer
Justin Bogner
<mail@justinbogner.com>
Fri, 5 Aug 2016 21:49:54 +0000
(21:49 +0000)
This is running opt without specifying a triple, which isn't correct.
llvm-svn: 277875
llvm/test/CodeGen/PowerPC/vec_shuffle.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/PowerPC/vec_shuffle.ll
b/llvm/test/CodeGen/PowerPC/vec_shuffle.ll
index
a4d2a75
..
41a884d
100644
(file)
--- a/
llvm/test/CodeGen/PowerPC/vec_shuffle.ll
+++ b/
llvm/test/CodeGen/PowerPC/vec_shuffle.ll
@@
-1,4
+1,4
@@
-; RUN: opt < %s -instcombine | \
+; RUN: opt
-mtriple=powerpc-apple-darwin
< %s -instcombine | \
; RUN: llc -march=ppc32 -mcpu=g5 | not grep vperm
; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 > %t
; RUN: grep vsldoi %t | count 2