Displaying 1 result from an estimated 1 matches for "switchleaf6".
Did you mean:
switchleaf
2009 Nov 18
3
[LLVMdev] ABCD Example Failure Given Here
...:
----------
br label %NodeBlock
NodeBlock: ; preds = %2
%Pivot = icmp slt i32 %13, 100000 ; <i1> [#uses=1]
br i1 %Pivot, label %LeafBlock, label %LeafBlock5
LeafBlock5: ; preds = %NodeBlock
%SwitchLeaf6 = icmp eq i32 %13, 100000 ; <i1> [#uses=1]
br i1 %SwitchLeaf6, label %21, label %NewDefault
LeafBlock: ; preds = %NodeBlock
%SwitchLeaf = icmp eq i32 %13, 99999 ; <i1> [#uses=1]
br i1 %SwitchLeaf, label %14, label %NewDef...