[PATCH] D38413: [PowerPC] Add handling for ColdCC calling convention and a pass to mark candidates with coldcc attribute

Zaara Syeda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 10:26:02 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322721: [PowerPC] Add handling for ColdCC calling convention and a pass to mark (authored by syzaara, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D38413?vs=127393&id=130209#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D38413

Files:
  llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
  llvm/trunk/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/trunk/lib/Analysis/TargetTransformInfo.cpp
  llvm/trunk/lib/Target/PowerPC/PPCCallingConv.td
  llvm/trunk/lib/Target/PowerPC/PPCFastISel.cpp
  llvm/trunk/lib/Target/PowerPC/PPCFrameLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/trunk/lib/Target/PowerPC/PPCRegisterInfo.cpp
  llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  llvm/trunk/lib/Target/PowerPC/PPCTargetTransformInfo.h
  llvm/trunk/lib/Transforms/IPO/GlobalOpt.cpp
  llvm/trunk/test/CodeGen/PowerPC/coldcc.ll
  llvm/trunk/test/CodeGen/PowerPC/coldcc2.ll
  llvm/trunk/test/Other/pass-pipelines.ll
  llvm/trunk/test/Transforms/GlobalOpt/PowerPC/coldcc_coldsites.ll
  llvm/trunk/test/Transforms/GlobalOpt/PowerPC/lit.local.cfg
  llvm/trunk/test/Transforms/GlobalOpt/coldcc_stress_test.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38413.130209.patch
Type: text/x-patch
Size: 34226 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180117/d3109cc2/attachment-0001.bin>


More information about the llvm-commits mailing list