blob: 9cc05262e0d2e7fda6915fa71f1f732aaadc95ab [file] [log] [blame]
Bill Wendlingc6df9882011-04-14 01:11:51 +00001; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
Evan Cheng0ac3fc22008-08-17 19:22:34 +00002
3define i32 @foo(<4 x float> %a, <4 x float> %b) nounwind {
4entry:
Bill Wendlingc6df9882011-04-14 01:11:51 +00005; CHECK: movzx
6 tail call i32 @llvm.x86.sse.ucomige.ss( <4 x float> %a, <4 x float> %b ) nounwind readnone
7 ret i32 %0
Evan Cheng0ac3fc22008-08-17 19:22:34 +00008}
9
10declare i32 @llvm.x86.sse.ucomige.ss(<4 x float>, <4 x float>) nounwind readnone