search for: machineloopranges

Displaying 2 results from an estimated 2 matches for "machineloopranges".

2013 Feb 08
2
[LLVMdev] Deleting LiveVariables
...Eliminate PHI nodes for register allocation Two-Address instruction pass Then LiveVariables can be deleted. (And so can SparseBitVector). When live intervals are computed on SSA form, we can use tricks to speed up live range computations for values that span large loops by resurrecting the MachineLoopRanges analysis. /jakob
2013 Feb 09
0
[LLVMdev] Deleting LiveVariables
...register allocation > Two-Address instruction pass > > Then LiveVariables can be deleted. (And so can SparseBitVector). > > When live intervals are computed on SSA form, we can use tricks to speed up live range computations for values that span large loops by resurrecting the MachineLoopRanges analysis. > > /jakob > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev