aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2004-09-28-BadShiftAndSetCC.llx
blob: bb55b5c67caa83abb0e7a375e70f234f5e819aa2 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | not grep -- -65536

bool %test(int %tmp.124) {
        %tmp.125 = shl int %tmp.124, ubyte 8
        %tmp.126.mask = and int %tmp.125, -16777216             ; <int> [#uses=1]
        %tmp.128 = seteq int %tmp.126.mask, 167772160           ; <bool> [#uses=1]
        ret bool %tmp.128
}