[PATCH] D77952: [TLI] Reduce copies for TLI and TLA
Teresa Johnson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 12 09:04:47 PDT 2020
tejohnson added a comment.
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.
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