mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
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
0ec904296e
commit
183ec41f4a
@ -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…
x
Reference in New Issue
Block a user