[PATCH] D91174: [Support] Introduce a new InstructionCost class
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 8 07:50:31 PST 2020
david-arm updated this revision to Diff 310210.
david-arm marked an inline comment as done.
david-arm retitled this revision from "[Analysis] Introduce a new InstructionCost class" to "[Support] Introduce a new InstructionCost class".
david-arm added a comment.
- Fixed a build issue whilst rebasing.
- Moved InstructionCost.h from Analysis to Support inline with the .cpp file. The original reason for moving was to satisfy the various dependencies between shared libraries.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91174/new/
https://reviews.llvm.org/D91174
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/IR/DiagnosticInfo.h
llvm/include/llvm/Support/InstructionCost.h
llvm/lib/Analysis/CostModel.cpp
llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
llvm/lib/IR/DiagnosticInfo.cpp
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/InstructionCost.cpp
llvm/lib/Transforms/IPO/HotColdSplitting.cpp
llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/InstructionCostTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91174.310210.patch
Type: text/x-patch
Size: 20051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201208/abe7d4a8/attachment.bin>
More information about the llvm-commits
mailing list