[PATCH] D28693: [InlineCost] Use TTI to check if GEP is free.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 13:20:51 PST 2017


chandlerc added a comment.

While the approach we have of doing cost modeling here has some problems, this does fit in well with what we're doing for zero extends, sign extends, and related. So I'm happy with that side. I'll defer the code side to Chad.


Repository:
  rL LLVM

https://reviews.llvm.org/D28693





More information about the llvm-commits mailing list