[all-commits] [llvm/llvm-project] 1260ea: [PowerPC] [NFC] rename PPCLoopPreIncPrep.cpp to PP...

jsji via All-commits all-commits at lists.llvm.org
Tue Nov 26 16:56:28 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1260ea7421a377ed5dc5dc366c3f5a9537e8ebcd
      https://github.com/llvm/llvm-project/commit/1260ea7421a377ed5dc5dc366c3f5a9537e8ebcd
  Author: Jinsong Ji <jji at us.ibm.com>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M llvm/lib/Target/PowerPC/CMakeLists.txt
    A llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
    R llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
    M llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn

  Log Message:
  -----------
  [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




More information about the All-commits mailing list