blob: 7b282270774576925cd5e0d4be078eb9ea1c16dd [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -march=thumb | FileCheck %s
Evan Chengd76d0aa2009-06-24 06:36:07 +00002
3define i32 @test1(i32 %X) {
4entry:
Stephen Linf799e3f2013-07-13 20:38:47 +00005; CHECK-LABEL: test1:
Evan Chengcd4cdd12009-07-11 06:43:01 +00006; CHECK: lsrs r0, r0, #31
Evan Chengd76d0aa2009-06-24 06:36:07 +00007 icmp slt i32 %X, 0 ; <i1>:0 [#uses=1]
8 zext i1 %0 to i32 ; <i32>:1 [#uses=1]
9 ret i32 %1
10}
11