[PATCH] D31186: Changing TargetTransformInfo::getGEPCost to take GetElementPtrInst as parameter

Evgeny Astigeevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 10:45:04 PDT 2017


eastig added a comment.

I found that there is TTI::getUserCost which provides needed functionality by design. So it can be used instead of these changes. I created https://reviews.llvm.org/D33685.


https://reviews.llvm.org/D31186





More information about the llvm-commits mailing list