[PATCH] D59787: [ARM] Implement TTI:getMemcpyCost
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 29 03:29:54 PDT 2019
olista01 added inline comments.
================
Comment at: lib/Target/ARM/ARMTargetTransformInfo.cpp:404
int ARMTTIImpl::getMemcpyCost(const Instruction *I) {
- return 99;
----------------
I can't find the old definition or any uses of this function in the existing code or linked patches (D59785, D59766), have I missed a patch?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59787/new/
https://reviews.llvm.org/D59787
More information about the llvm-commits
mailing list