15 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s3 4define i16 @test5(i16 %f12) nounwind {5; CHECK-LABEL: test5:6; CHECK: # %bb.0:7; CHECK-NEXT: shrl $6, %edi8; CHECK-NEXT: movsbl %dil, %eax9; CHECK-NEXT: # kill: def $ax killed $ax killed $eax10; CHECK-NEXT: retq11 %f11 = shl i16 %f12, 2 ; <i16> [#uses=1]12 %tmp7.25 = ashr i16 %f11, 8 ; <i16> [#uses=1]13 ret i16 %tmp7.2514}15