[PATCH] D79941: [NFCI][CostModel] Refactor getIntrinsicInstrCost
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 20 01:35:08 PDT 2020
samparker updated this revision to Diff 265163.
samparker added a comment.
Well that wasn't painful in the end. I've changed the two remaining methods to const and now passing the object as const too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79941/new/
https://reviews.llvm.org/D79941
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
llvm/lib/Target/Hexagon/HexagonTargetTransformInfo.h
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h
llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
llvm/lib/Target/SystemZ/SystemZTargetTransformInfo.h
llvm/lib/Target/X86/X86TargetTransformInfo.cpp
llvm/lib/Target/X86/X86TargetTransformInfo.h
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79941.265163.patch
Type: text/x-patch
Size: 42418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/3b0d041d/attachment-0001.bin>
More information about the llvm-commits
mailing list