[llvm-branch-commits] [llvm] [StaticDataLayout] Reconcile data hotness based on PGO counters and data access profiles (PR #163325)

2025-10-14 Thread Mingming Liu via llvm-branch-commits
https://github.com/mingmingl-llvm edited https://github.com/llvm/llvm-project/pull/163325 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [clang][Driver] Support Outline Flags on RISC-V and X86 (PR #163494)

2025-10-14 Thread Sam Elliott via llvm-branch-commits
lenary wrote: > [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is > open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/163494?utm_source=stack-comment-downstack-mergeability-warning";

[llvm-branch-commits] [llvm] [StaticDataLayout] Reconcile data hotness based on PGO counters and data access profiles (PR #163325)

2025-10-14 Thread Mingming Liu via llvm-branch-commits
https://github.com/mingmingl-llvm edited https://github.com/llvm/llvm-project/pull/163325 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [HLSL] GetDimensions methods for buffer resources (PR #161929)

2025-10-14 Thread Farzon Lotfi via llvm-branch-commits
https://github.com/farzonl approved this pull request. https://github.com/llvm/llvm-project/pull/161929 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [StaticDataLayout] Reconcile data hotness based on PGO counters and data access profiles (PR #163325)

2025-10-14 Thread Mingming Liu via llvm-branch-commits
@@ -58,11 +58,18 @@ class StaticDataProfileInfo { LLVM_ABI StaticDataHotness getSectionHotnessUsingProfileCount( const Constant *C, const ProfileSummaryInfo *PSI, uint64_t Count) const; + /// Return the hotness based on section prefix \p SectionPrefix. + LLVM_ABI Sta

[llvm-branch-commits] [llvm] [StaticDataLayout] Reconcile data hotness based on PGO counters and data access profiles (PR #163325)

2025-10-14 Thread Snehasish Kumar via llvm-branch-commits
@@ -46,6 +50,12 @@ bool IsAnnotationOK(const GlobalVariable &GV) { } // namespace memprof } // namespace llvm +#ifndef NDEBUG +static StringRef debugPrintSectionPrefix(StringRef Prefix) { snehasish wrote: This is only used within one function, so maybe move i

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

2025-10-14 Thread S. VenkataKeerthy via llvm-branch-commits
https://github.com/svkeerthy updated https://github.com/llvm/llvm-project/pull/162161 >From f70bce342fd8246298802c35d06373ba23cc9ee2 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] [CI] Make CI Jobs Upload Failures to Premerge Advisor (PR #163276)

2025-10-14 Thread Aiden Grossman via llvm-branch-commits
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/163276 >From 736fbda8f9e2e81f5db83ceccaa79feb13bdb9ea Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Mon, 13 Oct 2025 22:37:09 + Subject: [PATCH] fix Created using spr 1.3.7 --- .ci/premerge_advisor_u

[llvm-branch-commits] [flang] [flang][OpenMP] Emit requirements in module files (PR #163449)

2025-10-14 Thread Krzysztof Parzyszek via llvm-branch-commits
https://github.com/kparzysz updated https://github.com/llvm/llvm-project/pull/163449 >From 2fb2af4b9bd9dd75f093da820addac484a0e70e1 Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Tue, 14 Oct 2025 14:47:42 -0500 Subject: [PATCH 1/2] [flang][OpenMP] Emit requirements in module files Fo

[llvm-branch-commits] [llvm] [StaticDataLayout] Reconcile data hotness based on PGO counters and data access profiles (PR #163325)

2025-10-14 Thread Mingming Liu via llvm-branch-commits
https://github.com/mingmingl-llvm ready_for_review https://github.com/llvm/llvm-project/pull/163325 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits