[PATCH] D69975: [TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3) (baseline tests)

Joan LLuch via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 02:04:00 PST 2019


joanlluch added a comment.

Hi @spatel, @asl 
Thanks for reviewing this. I'm getting a bit embarrased to haveto ask the following, but I don't seem to figure out a way to commit this using 'git' alone. I would appreciate some help. 
I currently have a local 'master' branch that I keep identical to the upstream branch. I also have another local branch (let's call it 'patchbranch' for the purposes of this) where I committed the changes for this patch. The diff file is created by comparing 'master' with 'patchbranch' and uploaded here. So far so good. To make sure my 'patchbranch' catches all the upstream changes I pull from 'master', merge 'master' into my 'patchbranch and run the tests again. Now I want to push my local 'patchbranch' to the upstream 'master'. This is where I get stuck. I also need to make sure that this is pushed as a single commit, but I do not know how to achieve that either. I do not want to merge my local 'patchbranch' into my local 'master' because I want to keep my local 'master' clean and identical to the upstream branch. I have read the documentation but all the utilities and workflows seems to me all interleaved with svn which I do not want or know how to use.
Thanks in advance and sorry for that.


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

https://reviews.llvm.org/D69975





More information about the llvm-commits mailing list