[PATCH] D76363: [MLIR] Add parallel loop coalescing.
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 02:07:51 PDT 2020
bondhugula added a comment.
In D76363#1930727 <https://reviews.llvm.org/D76363#1930727>, @tpopp wrote:
> In D76363#1930039 <https://reviews.llvm.org/D76363#1930039>, @mehdi_amini wrote:
>
> > In D76363#1929476 <https://reviews.llvm.org/D76363#1929476>, @bondhugula wrote:
> >
> > > Could you please add a summary to the commit message - even if it's a couple of lines?
> >
> >
> > +1, we document it here: https://mlir.llvm.org/getting_started/Contributing/#commit-messages
>
>
> I'll add to the summary. Is there a reason arc diff didn't pick up my git commit message? Does it only create the summary based on the first `arc diff` and not any subsequent calls?
I've noticed this too. It doesn't pick up subsequent commit message updates. I just manually update the commit message here when needed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76363/new/
https://reviews.llvm.org/D76363
More information about the llvm-commits
mailing list