[PATCH] D104198: [Matrix] Add documentation for compound assignment and type conversion of matrix types

Saurabh Jha via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 24 08:01:25 PDT 2021


SaurabhJha added a comment.

In D104198#2838665 <https://reviews.llvm.org/D104198#2838665>, @fhahn wrote:

> In D104198#2838658 <https://reviews.llvm.org/D104198#2838658>, @SaurabhJha wrote:
>
>> Sorry, I committed this without the `Differential Revision: https://reviews.llvm.org/D104198` line. Is there a way to change the commit message after it is in main? I could not push after `git commit --amend`
>
> There's no way to adjust an already pushed commit (force pushes are blocked). You could either revert the change and re-commit with the updated wording or you could manually close the revision here. If the rest of the commit message is OK, I'd recommend just closing the revision manually and provide a link to the commit.

Okay thanks, I will do the latter.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104198/new/

https://reviews.llvm.org/D104198



More information about the cfe-commits mailing list