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