[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:56:00 PST 2020
david-arm updated this revision to Diff 310216.
david-arm added a comment.
- Fixed typo in InstructionCost.h - replaced LLVM_ANALYSIS_INSTRUCTIONCOST_H with LLVM_SUPPORT_INSTRUCTIONCOST_H
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.310216.patch
Type: text/x-patch
Size: 20049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201208/09ad71bf/attachment.bin>
More information about the llvm-commits
mailing list