[PATCH] D70383: [ThinLTO] Make ValueInfo::operator bool() explicit
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 08:35:57 PST 2019
tejohnson added inline comments.
================
Comment at: llvm/lib/LTO/LTO.cpp:426
- thinLTOInternalizeAndPromoteGUID(
- I.second.SummaryList, Index.getValueInfo(I), isExported, isPrevailing);
}
----------------
Is this a bug fix exposed by your change or just unrelated cleanup? If the latter please commit separately.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70383/new/
https://reviews.llvm.org/D70383
More information about the llvm-commits
mailing list