[PATCH] D60162: [ThinLTO] Support TargetLibraryInfoImpl in the backend

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 12:17:50 PDT 2019


tejohnson added a comment.

In D60162#1472085 <https://reviews.llvm.org/D60162#1472085>, @dexonsmith wrote:

> I wonder if we could add a module flag for the TLI, and then store that in the summary.  Would it work for both implementations in that case?


A module flag summarizing the TLI should theoretically work (we wouldn't need to put anything in the ThinLTO summary, just needs to be in the IR for the backends). There is a lot of stuff in the TLI though, it would all need to be summarized.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60162/new/

https://reviews.llvm.org/D60162





More information about the llvm-commits mailing list