[PATCH] D70704: [PowerPC] [NFC] rename PPCLoopPreIncPrep.cpp to PPCLoopInstrFormPrep.cpp after D67088

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 19:29:28 PST 2019


jsji added a comment.

In D70704#1760907 <https://reviews.llvm.org/D70704#1760907>, @shchenz wrote:

> is it caused by the way I sent out the review? I git mv the file, git diff to get diff patch and upload the diff patch here.  Not sure which step is wrong.  I will abandon this patch.


I believe it is `git diff` you use that cause problem. You should use `git format-patch`.


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

https://reviews.llvm.org/D70704





More information about the llvm-commits mailing list