[llvm] [ctx_prof] Extend `WorkloadImportsManager` to use the contextual profile (PR #98682)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 12:42:55 PDT 2024
================
@@ -174,6 +174,17 @@ static cl::opt<std::string> WorkloadDefinitions(
"}"),
cl::Hidden);
+static cl::opt<bool> ImportAssumeUniqueLocal(
----------------
teresajohnson wrote:
Oh sorry, I was looking at diffs from my last review, and wasn't expecting things from other patches to show up (did it get rebased?)
https://github.com/llvm/llvm-project/pull/98682
More information about the llvm-commits
mailing list