Displaying 1 result from an estimated 1 matches for "leafblock5".
Did you mean:
leafblock
2009 Nov 18
3
[LLVMdev] ABCD Example Failure Given Here
...n pass to this code, which
transforms the switch into the following series of branches:
----------
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...