brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · 2df55de Raw
10 lines · plain
1; RUN: opt < %s -passes=sccp -S | not grep xor2 3define i11129 @test1() {4        %B = shl i11129 1, 11128 5        %C = sub i11129 %B, 16        %D = xor i11129 %B, %C7        8	ret i11129 %D9}10