blob: 7766a0f60641b586886ce0f4fd00d2c692997df0 [file] [log] [blame]
; PR3874
; RUN: opt < %s -passes=instcombine | llvm-dis
define i1 @test(i32 %x) {
%A = lshr i32 3968, %x
%B = and i32 %A, 1
%C = icmp eq i32 %B, 0
ret i1 %C
}