[PATCH] D113861: [InstSimplify] Fold A|B | (A^B) --> A|B
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 15 14:49:08 PST 2021
rampitec added a comment.
In D113861#3133079 <https://reviews.llvm.org/D113861#3133079>, @MehrHeidar wrote:
> In D113861#3133065 <https://reviews.llvm.org/D113861#3133065>, @rampitec wrote:
>
>> In D113861#3133059 <https://reviews.llvm.org/D113861#3133059>, @MehrHeidar wrote:
>>
>>> @rampitec I think you committed this patch with your name and not mine!
>>> I wanted you to only commit it on behalf of me. Right now, it's your patch in the repository!
>>
>> That's what is there: (authored by MehrHeidar, committed by rampitec): https://reviews.llvm.org/rG193c40e9667ca2b173232b393fc72ea9e4944aa3
>
> True, that's what is there. It's under your name and not mine anymore!
> 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.
In D113861#3133079 <https://reviews.llvm.org/D113861#3133079>, @MehrHeidar wrote:
> In D113861#3133065 <https://reviews.llvm.org/D113861#3133065>, @rampitec wrote:
>
>> In D113861#3133059 <https://reviews.llvm.org/D113861#3133059>, @MehrHeidar wrote:
>>
>>> @rampitec I think you committed this patch with your name and not mine!
>>> I wanted you to only commit it on behalf of me. Right now, it's your patch in the repository!
>>
>> That's what is there: (authored by MehrHeidar, committed by rampitec): https://reviews.llvm.org/rG193c40e9667ca2b173232b393fc72ea9e4944aa3
>
> True, that's what is there. It's under your name and not mine anymore!
> 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.
I have to admit I have no idea how to push from my account and use a different name.
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