[PATCH] D113861: [InstSimplify] Fold A|B | (A^B) --> A|B
    Aaron Puchert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Nov 15 15:07:09 PST 2021
    
    
  
aaronpuchert added a comment.
@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.
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