[PATCH] D113861: [InstSimplify] Fold A|B | (A^B) --> A|B

Mehrnoosh Heidarpour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 15:19:58 PST 2021


MehrHeidar added a comment.

In D113861#3133150 <https://reviews.llvm.org/D113861#3133150>, @aaronpuchert wrote:

> @rampitec, use `git commit --author="Mehrnoosh Heidarpour <mehrnoosh.heidarpour at huawei.com>"`. If you're `--amend`ing you might also need `--reset-author`.
>
> In D113861#3133079 <https://reviews.llvm.org/D113861#3133079>, @MehrHeidar wrote:
>
>> Although, it was authored by me, I am only at the last line of commit message. You have not used my email address and used your own, this is your patch now.
>
> When LLVM was still in SVN it was impossible to commit under a different name, so it's actually quite common to have the actual author named only in the message.

Thank you, I didn't know it will be reopened, I abandoned the other patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113861



More information about the llvm-commits mailing list