[llvm] r308062 - [Dominators] Implement incremental deletions

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 13:30:53 PDT 2017


Thank you!

Best,
Tobias

On Wed, Jul 26, 2017, at 22:28, Jakub (Kuba) Kuderski via llvm-commits
wrote:
> I fixed the typos in r309170.
> 
> Best,
> Kuba
> 
> On Fri, Jul 21, 2017 at 3:45 AM, Tobias Grosser
> <tobias.grosser at inf.ethz.ch>
> wrote:
> 
> > On Thu, Jul 20, 2017, at 07:38 PM, Tobias Grosser via llvm-commits
> > wrote:
> > > Hi Jakub,
> > >
> > > some small post-commit comments:
> > >
> > > On Fri, Jul 14, 2017, at 11:58 PM, Jakub Kuderski via llvm-commits
> > > wrote:
> > > > Author: kuhar
> > > > Date: Fri Jul 14 14:58:53 2017
> > > > New Revision: 308062
> > > >
> > > > URL: http://llvm.org/viewvc/llvm-project?rev=308062&view=rev
> > > > Log:
> > > > [Dominators] Implement incremental deletions
> > > > +  /// tree is informed about makes some (domominator) subtree
> > > > unreachable -- in
> > >
> > > dominator
> > >
> > > > +  // Checks if a node has proper support, as defined on the page 3 and
> > > > later
> > > > +  // explained on the page 7 of the second paper.
> > >
> > > Very nice that you cite some paper, but which exactly is the "second
> > > paper"? I could not find a reference in the code.
> >
> > Sorry, it seems I did not pay enough attention. I now get it.
> >
> > I would probably write "see paper [2] at the top of the file" and index
> > the papers accordingly. However, this is really now only a minor
> > difference.
> >
> > Best,
> > Tobias
> >
> 
> 
> 
> -- 
> Jakub Kuderski
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list