[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / X86 / ins_subreg_coalesce-2.ll
blob1866796c7c8c0e29ec0c5b79d67bfd176347be2b
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
4 define 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