[PATCH] D145836: [MemProf] Context disambiguation cloning pass [patch 1b/3]

Snehasish Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 14:22:17 PDT 2023


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

lgtm, I assume you will reduce these test cases too?



================
Comment at: llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp:1379
+  if (ExportToDot)
+    exportToDot("prestackupdate");
+
----------------
Should we give the ThinLTO version a different filename?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145836



More information about the llvm-commits mailing list