1 ; RUN: llc < %s -march=arm | FileCheck %s 2 3 define i32 @test1(i32 %X) { 4 ; CHECK: lsr{{.*}}#31 5 entry: 6 icmp slt i32 %X, 0 ; <i1>:0 [#uses=1] 7 zext i1 %0 to i32 ; <i32>:1 [#uses=1] 8 ret i32 %1 9 } 10 11