forked from OSchip/llvm-project
parent
01acb6284e
commit
e45896fc4f
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | llc -enable-legalize-types
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -enable-legalize-types
|
||||
; PR2762
|
||||
define void @foo(<4 x i32>* %p, <4 x double>* %q) {
|
||||
%n = load <4 x i32>* %p
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 > %t
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 > %t
|
||||
; RUN: not grep cmp %t
|
||||
; RUN: not grep xor %t
|
||||
; RUN: grep jne %t | count 1
|
||||
|
|
Loading…
Reference in New Issue