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

Summary:
This is NFC code clean work after 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.

Reviewers: #powerpc, nemanjai, steven.zhang, shchenz

Reviewed By: #powerpc, shchenz

Subscribers: wuzish, mgorny, hiraditya, kbarton, shchenz, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D70716
This commit is contained in:
Jinsong Ji 2019-11-27 00:30:29 +00:00
parent 5e40f2cf0f
commit 1260ea7421
3 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ add_llvm_target(PowerPCCodeGen
PPCEarlyReturn.cpp
PPCFastISel.cpp
PPCFrameLowering.cpp
PPCLoopPreIncPrep.cpp
PPCLoopInstrFormPrep.cpp
PPCMCInstLower.cpp
PPCMachineFunctionInfo.cpp
PPCMachineScheduler.cpp

View File

@ -53,7 +53,7 @@ static_library("LLVMPowerPCCodeGen") {
"PPCISelDAGToDAG.cpp",
"PPCISelLowering.cpp",
"PPCInstrInfo.cpp",
"PPCLoopPreIncPrep.cpp",
"PPCLoopInstrFormPrep.cpp",
"PPCLowerMASSVEntries.cpp",
"PPCMCInstLower.cpp",
"PPCMIPeephole.cpp",