Displaying 3 results from an estimated 3 matches for "pdgs".
Did you mean:
pdfs
2007 Oct 05
3
[LLVMdev] Supporting pre-allocated registers in LLVM
...gning small-scale embedded systems and pre-allocation is very meaningful
in this context.
2. Which are the new register allocation algorithms currently under design? Do
they support preallocation of registers (it is different to "fixing" a register
in GCC parlance)?
3. Does LLVM work on PDGs (Program Dependence Graphs) as well? If yes, does the
register allocation take on PDGs?
Kind regards
Nikolaos Kavvadias
2012 Aug 21
0
[LLVMdev] DominanceFrontier
...dn't that be left to the
> users of llvm?
> My concern is I am writing a Control Dependence module that uses
> Dominance-Frontier information.
> Getting rid of Dominance Frontiers will put me in a tight spot.
>
> George
Hi,
I had the same issue implementing a pass that build PDGs for an exam two
months ago.
As an alternative to the (post)-dominance frontier method I used the
algorithm described in [1], section 9.5 "Program Dependence Graph" where
you can find a method to build the CDG using only the post-dominator
tree.
Happy hacking,
Marco
[1] Advanced Compile...
2012 Aug 20
4
[LLVMdev] DominanceFrontier
Hi Guys,
I saw in the API that DominanceFrontier has been deprecated. Is this for
real?
I have read the computational issues but shouldn't that be left to the
users of llvm?
My concern is I am writing a Control Dependence module that uses
Dominance-Frontier information.
Getting rid of Dominance Frontiers will put me in a tight spot.
George
-------------- next part --------------
An HTML