xref: /aosp_15_r20/external/llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; PR1271
2*9880d681SAndroid Build Coastguard Worker; RUN: opt < %s -instcombine -S | \
3*9880d681SAndroid Build Coastguard Worker; RUN:    grep "icmp eq i32 .tmp.*, 2146435072"
4*9880d681SAndroid Build Coastguard Worker%struct..0anon = type { i32, i32 }
5*9880d681SAndroid Build Coastguard Worker%struct..1anon = type { double }
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Workerdefine i32 @main() {
8*9880d681SAndroid Build Coastguard Workerentry:
9*9880d681SAndroid Build Coastguard Worker	%u = alloca %struct..1anon, align 8		; <%struct..1anon*> [#uses=4]
10*9880d681SAndroid Build Coastguard Worker	%tmp1 = getelementptr %struct..1anon, %struct..1anon* %u, i32 0, i32 0		; <double*> [#uses=1]
11*9880d681SAndroid Build Coastguard Worker	store double 0x7FF0000000000000, double* %tmp1
12*9880d681SAndroid Build Coastguard Worker	%tmp3 = getelementptr %struct..1anon, %struct..1anon* %u, i32 0, i32 0		; <double*> [#uses=1]
13*9880d681SAndroid Build Coastguard Worker	%tmp34 = bitcast double* %tmp3 to %struct..0anon*		; <%struct..0anon*> [#uses=1]
14*9880d681SAndroid Build Coastguard Worker	%tmp5 = getelementptr %struct..0anon, %struct..0anon* %tmp34, i32 0, i32 1		; <i32*> [#uses=1]
15*9880d681SAndroid Build Coastguard Worker	%tmp6 = load i32, i32* %tmp5		; <i32> [#uses=1]
16*9880d681SAndroid Build Coastguard Worker	%tmp7 = shl i32 %tmp6, 1		; <i32> [#uses=1]
17*9880d681SAndroid Build Coastguard Worker	%tmp8 = lshr i32 %tmp7, 21		; <i32> [#uses=1]
18*9880d681SAndroid Build Coastguard Worker	%tmp89 = trunc i32 %tmp8 to i16		; <i16> [#uses=1]
19*9880d681SAndroid Build Coastguard Worker	icmp ne i16 %tmp89, 2047		; <i1>:0 [#uses=1]
20*9880d681SAndroid Build Coastguard Worker	zext i1 %0 to i8		; <i8>:1 [#uses=1]
21*9880d681SAndroid Build Coastguard Worker	icmp ne i8 %1, 0		; <i1>:2 [#uses=1]
22*9880d681SAndroid Build Coastguard Worker	br i1 %2, label %cond_true, label %cond_false
23*9880d681SAndroid Build Coastguard Worker
24*9880d681SAndroid Build Coastguard Workercond_true:		; preds = %entry
25*9880d681SAndroid Build Coastguard Worker	ret i32 0
26*9880d681SAndroid Build Coastguard Worker
27*9880d681SAndroid Build Coastguard Workercond_false:		; preds = %entry
28*9880d681SAndroid Build Coastguard Worker        ret i32 1
29*9880d681SAndroid Build Coastguard Worker}
30