[PATCH] D70371: [PowerPC] [NFC] rename PPCLoopPreIncPrep to PPCLoopInstrFormPrep after D67088

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 17 20:32:12 PST 2019


shchenz created this revision.
shchenz added reviewers: jsji, steven.zhang, nemanjai, hfinkel, PowerPC.
Herald added subscribers: llvm-commits, wuzish, asbirlea, hiraditya, mgorny.
Herald added a project: LLVM.

Afer https://reviews.llvm.org/D67088, PPCLoopPreIncPrep pass can prepare more instruction forms except pre inc form, like DS/DQ forms.

This patch is a follow-up of https://reviews.llvm.org/D67088 to rename the pass name.


https://reviews.llvm.org/D70371

Files:
  llvm/lib/Target/PowerPC/CMakeLists.txt
  llvm/lib/Target/PowerPC/PPC.h
  llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
  llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
  llvm/test/CodeGen/PowerPC/addi-licm.ll
  llvm/test/CodeGen/PowerPC/ppc-passname.ll
  llvm/utils/gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70371.229738.patch
Type: text/x-patch
Size: 76207 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191118/08502fc7/attachment.bin>


More information about the llvm-commits mailing list