[all-commits] [llvm/llvm-project] 981897: [PowerPC] [NFC] change PPCLoopPreIncPrep class nam...
chen zheng via All-commits
all-commits at lists.llvm.org
Tue Nov 26 21:00:12 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 98189755cd98f6e1e22e03e55b951d3ed53a5ae5
https://github.com/llvm/llvm-project/commit/98189755cd98f6e1e22e03e55b951d3ed53a5ae5
Author: czhengsz <czhengsz at cn.ibm.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M llvm/lib/Target/PowerPC/PPC.h
M llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp
M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
M llvm/test/CodeGen/PowerPC/addi-licm.ll
M llvm/test/CodeGen/PowerPC/ppc-passname.ll
Log Message:
-----------
[PowerPC] [NFC] change PPCLoopPreIncPrep class name after D67088.
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.
Reviewed by: jsji
Differential Revision: https://reviews.llvm.org/D70371
More information about the All-commits
mailing list