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

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 18:54:21 PST 2019


shchenz created this revision.
shchenz added reviewers: jsji, nemanjai, steven.zhang, PowerPC.
Herald added subscribers: llvm-commits, wuzish, hiraditya, mgorny.
Herald added a project: LLVM.
shchenz added a child revision: D70371: [PowerPC] [NFC] rename PPCLoopPreIncPrep to PPCLoopInstrFormPrep after D67088.

This is NFC code clean work after D67088 <https://reviews.llvm.org/D67088>. In that patch, we extend loop instructions prep for ds/dq form.

This patch only changes the file name PPCLoopPreIncPrep.cpp to PPCLoopInstrFormPrep.cpp for better reviewing of the content change of file PPCLoopInstrFormPrep.cpp.


https://reviews.llvm.org/D70704

Files:
  llvm/lib/Target/PowerPC/CMakeLists.txt
  llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
  llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70704.230995.patch
Type: text/x-patch
Size: 71259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191126/3c7ce16a/attachment.bin>


More information about the llvm-commits mailing list