aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/and_sext.ll
blob: 20c0cf97664092acbf9867335d5dc00002c8f7a0 (plain)
1
2
3
4
5
6
7
8
9
; This test should not contain a sign extend
; RUN: llvm-as < %s | llc -march=ppc32 | not grep extsh 

int %test(uint %mode.0.i.0) {
        %tmp.79 = cast uint %mode.0.i.0 to short        ; <sbyte> [#uses=1]
        %tmp.80 = cast short %tmp.79 to int             ; <int> [#uses=1]
        %tmp.81 = and int %tmp.80, 24             ; <int> [#uses=1]
        ret int %tmp.81
}