[llvm-branch-commits] [llvm] [MIR2Vec] Add embedder for machine instructions (PR #162161)

2025-10-07 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [llvm] Refactor getConstantSectionPrefix to prepare for the next change (PR #162388)

2025-10-07 Thread Mingming Liu via llvm-branch-commits
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

[llvm-branch-commits] [llvm] [StaticDataLayout] Factor out a helper function for section prefix eligibility and use it in both optimizer and codegen (PR #162348)

2025-10-07 Thread Mingming Liu via llvm-branch-commits
@@ -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

[llvm-branch-commits] [llvm] [MIR2Vec] Add embedder for machine instructions (PR #162161)

2025-10-07 Thread S. VenkataKeerthy via llvm-branch-commits
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

[llvm-branch-commits] [flang] [flang][openacc] map data operand results to symbols inside compute region (PR #162306)

2025-10-07 Thread Slava Zakharin via llvm-branch-commits
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

[llvm-branch-commits] [NFC][SpecialCaseList] Rename SpecialCaseList::inSectionBlame and move into Section (PR #162390)

2025-10-07 Thread Thurston Dang via 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

[llvm-branch-commits] [NFC][SpecialCaseList] Rename SpecialCaseList::inSectionBlame and move into Section (PR #162390)

2025-10-07 Thread Qinkun Bao via 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

[llvm-branch-commits] [flang] [flang][openacc] map data operand results to symbols inside compute region (PR #162306)

2025-10-07 Thread Razvan Lupusoru via 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