You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
187 B

; RUN: opt < %s -sccp -S | not grep xor
define i11129 @test1() {
%B = shl i11129 1, 11128
%C = sub i11129 %B, 1
%D = xor i11129 %B, %C
ret i11129 %D
}