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

Mingming Liu via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 10 15:05:20 PDT 2024


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

this makes sense, done.

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


More information about the cfe-commits mailing list