[PATCH] D78547: [TTI] getUserCost to return getCastInstrCost
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 21 09:11:23 PDT 2020
spatel added a comment.
Actually, let me take a step back: we're saying that getCastInstrCost() is a code-size query? Is that what the current callers are assuming? Do we need to invent a new API that makes it explicit that we are modeling size cost?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78547/new/
https://reviews.llvm.org/D78547
More information about the llvm-commits
mailing list