[PATCH] D69580: [PGO][PGSO] TargetLowering/TargetTransformationInfo/SwitchLoweringUtils part.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 13:06:36 PDT 2019


yamauchi created this revision.
yamauchi added a reviewer: davidxl.
Herald added subscribers: haicheng, hiraditya, eraman.
Herald added a project: LLVM.

(Split of off D67120 <https://reviews.llvm.org/D67120>)

TargetLowering/TargetTransformationInfo/SwitchLoweringUtils changes for profile
guided size optimization.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69580

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/include/llvm/CodeGen/SwitchLoweringUtils.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/Analysis/InlineCost.cpp
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SwitchLoweringUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69580.226954.patch
Type: text/x-patch
Size: 11057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191029/6aea799e/attachment.bin>


More information about the llvm-commits mailing list