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

Haicheng Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 14:04:36 PDT 2017


haicheng added a comment.

In https://reviews.llvm.org/D33685#768100, @efriedma wrote:

> I'm surprised we don't have any test coverage for this...


That is my bad.  I did not add a test for this functionality when I wrote this piece of code.  I can add one now.

Haicheng


https://reviews.llvm.org/D33685





More information about the llvm-commits mailing list