brintos

brintos / llvm-project-archived public Read only

0
0
Text · 548 B · b45f5f8 Raw
19 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-- | FileCheck %s3; <rdar://problem/8285015>4 5define i32 @x(i32 %t) nounwind readnone ssp {6; CHECK-LABEL: x:7; CHECK:       # %bb.0: # %entry8; CHECK-NEXT:    movl {{[0-9]+}}(%esp), %eax9; CHECK-NEXT:    shll $23, %eax10; CHECK-NEXT:    sarl $31, %eax11; CHECK-NEXT:    andl $-26, %eax12; CHECK-NEXT:    retl13entry:14  %and = and i32 %t, 25615  %tobool = icmp eq i32 %and, 016  %retval.0 = select i1 %tobool, i32 0, i32 -2617  ret i32 %retval.018}19