mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-15 13:40:33 +00:00
Remove double pipes in RUN commandlines.
This fixes 5 testcases that were not being run properly before. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52180 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da8bdfa92b
commit
7f88d9c62b
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | | llc -march=x86-64 -mattr=+sse2
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2
|
||||
|
||||
define void @test() {
|
||||
%tmp1 = call <8 x i16> @llvm.x86.sse2.pmins.w( <8 x i16> zeroinitializer, <8 x i16> bitcast (<4 x i32> < i32 7, i32 7, i32 7, i32 7 > to <8 x i16>) )
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
|
||||
|
||||
define void @test() {
|
||||
entry:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
|
||||
|
||||
define void @test(<4 x float>* %arg) {
|
||||
%tmp89 = getelementptr <4 x float>* %arg, i64 3
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
|
||||
|
||||
define <2 x i64> @test(<2 x i64> %a, <2 x i64> %b) {
|
||||
entry:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | | llc -march=x86 -mattr=+sse2
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2
|
||||
|
||||
define <4 x float> @t1(<4 x float> %Q) {
|
||||
%tmp15 = sub <4 x float> < float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00 >, %Q
|
||||
|
Loading…
x
Reference in New Issue
Block a user