llvm-6502/test/CodeGen/X86/vec_compare.ll
2009-07-07 22:51:09 +00:00

8 lines
181 B
LLVM

; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah | grep pcmpgtd
define <4 x i32> @test(<4 x i32> %A, <4 x i32> %B) nounwind {
%C = vicmp sgt <4 x i32> %A, %B
ret <4 x i32> %C
}