[PATCH] D33685: [InlineCost] Change CallAnalyzer::isGEPFree to use TTI::getUserCost instead of TTI::getGEPCost

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 10:31:02 PDT 2017


efriedma added a comment.

We could add a version of getUserCost() which takes both an instruction and a list of operands, I guess?


https://reviews.llvm.org/D33685





More information about the llvm-commits mailing list