brintos

brintos / llvm-project-archived public Read only

0
0
Text · 301 B · f17d4a7 Raw
20 lines · plain
1; RUN: opt < %s -passes=sccp -S | not grep phi2 3define i999 @test(i999%A, i1 %c) {4bb1:5	br label %BB26BB2:7	%V = phi i999 [2, %bb1], [%A, %BB4]8	br label %BB39 10BB3:11        %E = trunc i999 %V to i112        %F = and i1 %E, %c13	br i1 %F, label %BB4, label %BB514BB4:15	br label %BB216 17BB5:18	ret i999 %V19}20