mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fixed windows stdout/stderr redirection in inline asm constraint tests
llvm-svn: 283741
This commit is contained in:
parent
dbc4420f77
commit
d3fc0ef15e
@ -1,4 +1,4 @@
|
|||||||
; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx 1> /dev/null 2> %t
|
; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx -o /dev/null 2> %t
|
||||||
; RUN: FileCheck %s --input-file %t
|
; RUN: FileCheck %s --input-file %t
|
||||||
|
|
||||||
define <4 x float> @testXMM_1(<4 x float> %_xmm0, i32 %_l) {
|
define <4 x float> @testXMM_1(<4 x float> %_xmm0, i32 %_l) {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx512vl 1> /dev/null 2> %t
|
; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx512vl -o /dev/null 2> %t
|
||||||
; RUN: FileCheck %s --input-file %t
|
; RUN: FileCheck %s --input-file %t
|
||||||
|
|
||||||
define <4 x float> @testXMM_1(<4 x float> %_xmm0, i64 %_l) {
|
define <4 x float> @testXMM_1(<4 x float> %_xmm0, i64 %_l) {
|
||||||
|
Loading…
Reference in New Issue
Block a user