Displaying 2 results from an estimated 2 matches for "mgill404".
2009 May 30
2
[LLVMdev] Post-dominator data.
This is surely a simple question, but it appears that
PostDominatorTree does not provide an interface to get at post
dominator data. Also, it is not a concrete subclass of DominatorTree,
as is presented in the doxygen page and the commented source. Any way
to get post-dom data without hacking it into PostDominatorTree?
2009 May 30
0
[LLVMdev] Post-dominator data.
Is our post-dom pass solid? I thought it's fair expensive so we avoid
using it.
Evan
Sent from my iPhone
On May 29, 2009, at 6:14 PM, mgill404 at ucla.edu wrote:
> This is surely a simple question, but it appears that
> PostDominatorTree does not provide an interface to get at post
> dominator data. Also, it is not a concrete subclass of DominatorTree,
> as is presented in the doxygen page and the commented source. Any way...