search for: l1block

Displaying 3 results from an estimated 3 matches for "l1block".

Did you mean: l1blocks
2016 Feb 18
2
Implement Loop Fusion Pass
...| L2Exit is versioned as: BooleanBB /\ L1PH L1PH.clone | | L1 L1.clone | | CB CB.clone | | L2 L2.clone \ / L2Exit And fused as: BooleanBB /\ L1PH FusedPH | | L1 L1Blocks | | \ CB L2Blocks | | | |/ L2 | \ / CommonExit Profitability: Yet to be added. Further, based on legality and profitability success, the fused loop is either retained or removed. If runtime checks are necessary, both original...
2016 Feb 19
3
Implement Loop Fusion Pass
...gt; | | > L1 L1.clone > | | > CB CB.clone > | | > L2 L2.clone > \ / > L2Exit > > And fused as: > > BooleanBB > /\ > L1PH FusedPH > | | > L1 L1Blocks > | | \ > CB L2Blocks | > | | |/ > L2 | > \ / > CommonExit > > Profitability: Yet to be added. > > Further, based on legality and profitability success, the fused loop is > either retained or rem...
2016 Feb 24
2
Implement Loop Fusion Pass
...CB CB.clone >> | | >> L2 L2.clone >> \ / >> L2Exit >> >> And fused as: >> >> BooleanBB >> /\ >> L1PH FusedPH >> | | >> L1 L1Blocks >> | | \ >> CB L2Blocks | >> | | |/ >> L2 | >> \ / >> CommonExit >> >> Profitability: Yet to be added. >> >> Further, based on legality and profitability success, the...