Displaying 1 result from an estimated 1 matches for "unreachable1".
Did you mean:
unreachable
2017 Mar 02
5
Structurizing multi-exit regions
...13
%tmp16 = load i32, i32 addrspace(1)* %tmp14, align 16
%Pivot = icmp slt i32 %tmp16, 2
br i1 %Pivot, label %LeafBlock, label %LeafBlock1
LeafBlock: ; preds = %entry
%SwitchLeaf = icmp eq i32 %tmp16, 1
br i1 %SwitchLeaf, label %unreachable0, label %unreachable1
LeafBlock1: ; preds = %entry
%SwitchLeaf2 = icmp eq i32 %tmp16, 2
br i1 %SwitchLeaf2, label %unreachable0, label %unreachable1
unreachable0: ; preds = %LeafBlock, %LeafBlock1
store volatile i32 9, i32 addrspace(1)* un...