[PATCH] D99812: [PowerPC] [GlobalISel] Implementation of formal arguments lowering in the IRTranslator for the PPC backend

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 06:42:16 PDT 2021


nemanjai added a comment.

In D99812#2670160 <https://reviews.llvm.org/D99812#2670160>, @gandhi21299 wrote:

> @lkail I am not sure exactly why I was unable to create a patch using `git diff -U9999999` nor using CLion's patch creating feature for this differential. So I ended up pulling in the LLVM public repo's main branch into my main branch and creating differentials with respect to it. I have tested these patches so they should simply work, otherwise I might require help to generate a diff using `git diff -U9999999`.

I strongly suggest taking a bit of time to set up Arcanist to facilitate your development/contribution efforts. You can find its instruction manual here: https://secure.phabricator.com/book/phabricator/article/arcanist/
There are also more general instructions at: https://llvm.org/docs/Phabricator.html#phabricator-reviews


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99812



More information about the llvm-commits mailing list