[all-commits] [llvm/llvm-project] dcceab: [PowerPC] Add new Future CPU for PowerPC in LLVM
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Wed Nov 27 12:30:54 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dcceab1a0ace424ba4877f53c4c69433e53f1f3f
https://github.com/llvm/llvm-project/commit/dcceab1a0ace424ba4877f53c4c69433e53f1f3f
Author: Stefan Pintilie <stefanp at ca.ibm.com>
Date: 2019-11-27 (Wed, 27 Nov 2019)
Changed paths:
M llvm/lib/Support/Host.cpp
M llvm/lib/Target/PowerPC/PPC.td
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCSubtarget.h
M llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
A llvm/test/CodeGen/PowerPC/check-cpu.ll
Log Message:
-----------
[PowerPC] Add new Future CPU for PowerPC in LLVM
This is a continuation of D70262
The previous patch as listed above added the future CPU in clang. This patch
adds the future CPU in the PowerPC backend. At this point the patch simply
assumes that a future CPU will have the same characteristics as pwr9. Those
characteristics may change with later patches.
Differential Revision: https://reviews.llvm.org/D70333
More information about the All-commits
mailing list