1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py 2; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s 3 4define i16 @test5(i16 %f12) nounwind { 5; CHECK-LABEL: test5: 6; CHECK: # %bb.0: 7; CHECK-NEXT: shrl $6, %edi 8; CHECK-NEXT: movsbl %dil, %eax 9; CHECK-NEXT: # kill: def $ax killed $ax killed $eax 10; CHECK-NEXT: retq 11 %f11 = shl i16 %f12, 2 ; <i16> [#uses=1] 12 %tmp7.25 = ashr i16 %f11, 8 ; <i16> [#uses=1] 13 ret i16 %tmp7.25 14} 15