Displaying 1 result from an estimated 1 matches for "ssi_sigma1".
2009 Nov 18
3
[LLVMdev] ABCD Example Failure Given Here
...Applying the ABCD pass yields:
----------
br label %NodeBlock
NodeBlock: ; preds = %2
%Pivot = icmp slt i32 %13, 100000 ; <i1> [#uses=0]
br label %LeafBlock5
LeafBlock5: ; preds = %NodeBlock
%SSI_sigma1 = phi i32 [ %13, %NodeBlock ] ; <i32> [#uses=1]
%SwitchLeaf6 = icmp eq i32 %SSI_sigma1, 100000 ; <i1> [#uses=1]
br i1 %SwitchLeaf6, label %21, label %NewDefault
LeafBlock: ; No predecessors!
%SwitchLeaf = icmp eq i32 undef, 99999...