blob: 32f6ca0ce086bd9ca48e7650a3915edd0129ebb0 [file] [log] [blame]
Bill Wendlingd336de32011-04-14 01:46:37 +00001; RUN: llc < %s -mtriple=x86_64-apple-darwin | grep movzbl
Evan Cheng0ac3fc22008-08-17 19:22:34 +00002
3define i32 @foo(<4 x float> %a, <4 x float> %b) nounwind {
4entry:
Bill Wendlingd336de32011-04-14 01:46:37 +00005 tail call i32 @llvm.x86.sse.ucomige.ss( <4 x float> %a, <4 x float> %b ) nounwind readnone
6 ret i32 %0
Evan Cheng0ac3fc22008-08-17 19:22:34 +00007}
8
9declare i32 @llvm.x86.sse.ucomige.ss(<4 x float>, <4 x float>) nounwind readnone