search for: 14b37457

Displaying 3 results from an estimated 3 matches for "14b37457".

Did you mean: 137457
2009 Jun 02
0
[LLVMdev] Is there a control dependence graph builder?
On Tue, Jun 2, 2009 at 2:38 PM, Mark Lacey<superoptimizer at gmail.com> wrote: > In browsing through the LLVM source, I don't currently see an implementation > for a control dependence graph builder. Am I overlooking something? No, I don't think there is one. I think an implementation would be welcome if you're willing to contribute one. > It doesn't look like
2009 Jun 02
1
[LLVMdev] Is there a control dependence graph builder?
...y PostDominators.h. > Yes, I seemed to have blanked out there for minute and thought I needed something other than the post-dominance frontier. Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090602/14b37457/attachment.html>
2009 Jun 02
3
[LLVMdev] Is there a control dependence graph builder?
Hi, In browsing through the LLVM source, I don't currently see an implementation for a control dependence graph builder. Am I overlooking something? It doesn't look like LLVM currently provides a way to build the post-dominance frontier of the reverse CFG, either. Dominators.h mentions forward dominators, but I believe all this is referring to is dominators as opposed to post-dominators,