Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / pr38038.ll
blobeaacfedd651c39bd333c92768c6ddb7639ccad90
1 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown
2 ; PR38038
4 define i8 @crash(half)  {
5 entry:
6   %1 = bitcast half %0 to i16
7   %.lobit = lshr i16 %1, 15
8   %2 = trunc i16 %.lobit to i8
9   ret i8 %2