forked from OSchip/llvm-project
test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See also r134814 (test/CodeGen/X86/vector.ll).
llvm-svn: 134900
This commit is contained in:
parent
c7ec4539ed
commit
5b304432bb
|
@ -1,6 +1,6 @@
|
|||
; Test that vectors are scalarized/lowered correctly.
|
||||
; RUN: llc < %s -march=ppc32 -mcpu=g5 > %t
|
||||
; RUN: llc < %s -march=ppc32 -mcpu=g3 > %t
|
||||
; RUN: llc < %s -march=ppc32 -mcpu=g3 >> %t
|
||||
|
||||
%d8 = type <8 x double>
|
||||
%f1 = type <1 x float>
|
||||
|
|
Loading…
Reference in New Issue