https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/162161
>From 6fa7a86b61886f8b7242aea92f0198c819b22090 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 6 Oct 2025 21:15:14 +
Subject: [PATCH] MIR2Vec embedding
---
llvm/include/llvm/CodeGen/MIR2Vec.h
https://github.com/mingmingl-llvm created
https://github.com/llvm/llvm-project/pull/162388
None
>From 7f1da8e97ebbf1f068a894cce5728f3a81c16e5a Mon Sep 17 00:00:00 2001
From: mingmingl
Date: Tue, 7 Oct 2025 15:12:54 -0700
Subject: [PATCH] Refactor getConstantSectionPrefix to prepare for the nex
@@ -75,7 +75,7 @@ bool StaticDataAnnotator::runOnModule(Module &M) {
bool Changed = false;
for (auto &GV : M.globals()) {
-if (GV.isDeclarationForLinker())
+if (!llvm::memprof::IsAnnotationOK(GV))
mingmingl-llvm wrote:
yeah I agree.
I think this
https://github.com/svkeerthy updated
https://github.com/llvm/llvm-project/pull/162161
>From fa573657fc3f0ce6f3bc12d45d690003a2312a50 Mon Sep 17 00:00:00 2001
From: svkeerthy
Date: Mon, 6 Oct 2025 21:15:14 +
Subject: [PATCH] MIR2Vec embedding
---
llvm/include/llvm/CodeGen/MIR2Vec.h
https://github.com/vzakhari approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/162306
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/thurstond approved this pull request.
https://github.com/llvm/llvm-project/pull/162390
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/qinkunbao approved this pull request.
https://github.com/llvm/llvm-project/pull/162390
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/razvanlupusoru approved this pull request.
Thank you!
https://github.com/llvm/llvm-project/pull/162306
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branc