[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / ispositive.ll
blob4129546624c559109fba5d5c27dfdcdc4b4db029
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s
4 define i32 @test1(i32 %X) {
5 ; CHECK-LABEL: test1:
6 ; CHECK:       # %bb.0: # %entry
7 ; CHECK-NEXT:    movl {{[0-9]+}}(%esp), %eax
8 ; CHECK-NEXT:    shrl $31, %eax
9 ; CHECK-NEXT:    retl
10 entry:
11         icmp slt i32 %X, 0              ; <i1>:0 [#uses=1]
12         zext i1 %0 to i32               ; <i32>:1 [#uses=1]
13         ret i32 %1