[llvm] [ThinLTO]Record import type in GlobalValueSummary::GVFlags (PR #87597)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 14:08:15 PDT 2024


================
@@ -564,6 +581,12 @@ class GlobalValueSummary {
 
   bool canAutoHide() const { return Flags.CanAutoHide; }
 
+  bool shouldImportAsDec() const {
----------------
teresajohnson wrote:

Suggest s/Dec/Decl/ (Decl is a bit more typical as an abbreviation)

https://github.com/llvm/llvm-project/pull/87597


More information about the llvm-commits mailing list