summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/pr38038.ll
blob: eaacfedd651c39bd333c92768c6ddb7639ccad90 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc < %s -mtriple=x86_64-unknown-unknown
; PR38038

define i8 @crash(half)  {
entry:
  %1 = bitcast half %0 to i16
  %.lobit = lshr i16 %1, 15
  %2 = trunc i16 %.lobit to i8
  ret i8 %2
}
OpenPOWER on IntegriCloud