[PATCH] D149215: [MemProf] Control availability of hot/cold operator new from LTO link

Snehasish Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 12:01:16 PDT 2023


snehasish accepted this revision.
snehasish added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp:3163
 
+  // TODO: If/when other types of memprof cloning are enabled beyond just for
+  // hot and cold, we will need to change this to individually control the
----------------
Thanks for adding this comment to clarify


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149215



More information about the cfe-commits mailing list