summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2007-03-19-BadTruncChangePR1261.ll
blob: da58dec1dcaabc53b5d12079ade41e92677fe6f3 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep zext
; PR1261. 

define i16 @test(i31 %zzz) {
  %A = sext i31 %zzz to i32
  %B = add i32 %A, 16384
  %C = lshr i32 %B, 15
  %D = trunc i32 %C to i16
  ret i16 %D
}
OpenPOWER on IntegriCloud