[PATCH] D77050: [TTI] Remove getCallCost
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 01:04:09 PDT 2020
samparker added a comment.
>From what I can see from that patch, it's concerned with the cost of intrinsics only? It seems that the cost of intrinsics has been the only important thing to be used by TTI in general, and removing getCallCost shouldn't interfere with that. This patch still passes the User to getIntrinsicCost.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77050/new/
https://reviews.llvm.org/D77050
More information about the llvm-commits
mailing list