[PATCH] D91174: [Support] Introduce a new InstructionCost class
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 01:29:01 PST 2020
david-arm updated this revision to Diff 310796.
david-arm added a comment.
- Fixed sorting issues with InstructionCost header + class declaration.
- Added assert that ExtractValue cost is valid in LoopVectorize.cpp.
- Added additional tests to InstructionCostTests.cpp
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.310796.patch
Type: text/x-patch
Size: 20413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/ddcbfd70/attachment.bin>
More information about the llvm-commits
mailing list