[PATCH] D78922: [NFCI][CostModel] Remove getExtCost

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 06:25:12 PDT 2020


samparker created this revision.
samparker added reviewers: spatel, RKSimon.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
samparker added a parent revision: D78918: [CostModel] Modify BasicTTI getCastInstrCost.

This has not been implemented by any backends, which appear to cover the functionality through getCastInstrCost. Sink what there is in the default implementation into BasicTTI.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78922

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/lib/Analysis/TargetTransformInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78922.260297.patch
Type: text/x-patch
Size: 4762 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200427/88a17589/attachment.bin>


More information about the llvm-commits mailing list