Marcel Achim via llvm-dev
2020-May-27 22:42 UTC
[llvm-dev] Attempt to use DomTreeBase on a CallGraph or CallGraphNode
Hi, Has anyone successfully been able to implement domination over a callgraph, I'm getting stuck on supporting DomTreeBuilder for Calculate. Many thanks --- Marcel Achim -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200527/36b77777/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 9585 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200527/36b77777/attachment.bin>
David Blaikie via llvm-dev
2020-May-27 22:43 UTC
[llvm-dev] Attempt to use DomTreeBase on a CallGraph or CallGraphNode
Alina - this sounds vaguely like some of the stuff you're working on? On Wed, May 27, 2020 at 3:43 PM Marcel Achim via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi, > > > > Has anyone successfully been able to implement domination over a > callgraph, I’m getting stuck on supporting DomTreeBuilder for Calculate. > > > > Many thanks > > --- > > Marcel Achim > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200527/e92cfc6b/attachment.html>
Alina Sbirlea via llvm-dev
2020-May-27 22:57 UTC
[llvm-dev] Attempt to use DomTreeBase on a CallGraph or CallGraphNode
I may need more context here. If you're trying to use Calculate to compute a new DT with some updates (i.e. pretend the CFG graph is different), that Calculate method is broken. It will discard the updates and return a new DT. Yes, I'm working to fix that. If it's something else, please give me more details so I can understand what you're trying to do. Best, Alina On Wed, May 27, 2020 at 3:44 PM David Blaikie <dblaikie at gmail.com> wrote:> Alina - this sounds vaguely like some of the stuff you're working on? > > On Wed, May 27, 2020 at 3:43 PM Marcel Achim via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> >> >> >> Has anyone successfully been able to implement domination over a >> callgraph, I’m getting stuck on supporting DomTreeBuilder for Calculate. >> >> >> >> Many thanks >> >> --- >> >> Marcel Achim >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200527/80d79104/attachment-0001.html>
Seemingly Similar Threads
- [LLVMdev] CallGraph, GraphTraits and DominatorTree
- Why getFunction() of CallGraphNode return NULL function?
- Why getFunction() of CallGraphNode return NULL function?
- Why getFunction() of CallGraphNode return NULL function?
- [LLVMdev] Trouble traversing the CallGraph