[PATCH] D77952: [TLII] Reduce copies of TLII for TLA

Wenlei He via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 12 09:37:06 PDT 2020


wenlei added a comment.

In D77952#1976803 <https://reviews.llvm.org/D77952#1976803>, @tejohnson wrote:

> Also, just a nit, because TLI is sometimes used to refer to the TargetLibraryInfo and occasionally to the TargetLibraryInfoImpl, and the latter is frequently referred to as TLII, could you change the description to say TLII or TLI Impl? Since this doesn't affect TargetLibraryInfo/TLI object copies.


Sure, done.. changed the title, and made the description more explicit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77952





More information about the cfe-commits mailing list