llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Pierre van Houtryve (Pierre-vh)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/131623.diff
1 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPUCombine.td (+1-1)
``diff
diff --git a/llvm/lib
tblah wrote:
Have you run any testsuites on this? If so please add that to the commit
description.
https://github.com/llvm/llvm-project/pull/131574
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/
https://github.com/jmorse approved this pull request.
LGTM, although I'm not especially familiar with the transition to the new pass
manager.
https://github.com/llvm/llvm-project/pull/131563
___
llvm-branch-commits mailing list
llvm-branch-commits@lis
@@ -77,36 +78,68 @@ class LiveDebugValues : public MachineFunctionPass {
AU.setPreservesCFG();
MachineFunctionPass::getAnalysisUsage(AU);
}
+};
+
+struct LiveDebugValues {
+ LiveDebugValues();
+ ~LiveDebugValues() = default;
+ bool run(MachineFunction &MF, bool Sho
https://github.com/jmorse edited
https://github.com/llvm/llvm-project/pull/131563
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/tblah approved this pull request.
Nice cleanup. I think this is a NFC? Could you add that to the commit title
LGTM
https://github.com/llvm/llvm-project/pull/131582
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.
https://github.com/ergawy updated
https://github.com/llvm/llvm-project/pull/127634
>From 8b56c277f04c4f2d3a8a387d20454f7ddb86754c Mon Sep 17 00:00:00 2001
From: ergawy
Date: Tue, 18 Feb 2025 06:17:17 -0600
Subject: [PATCH] [flang][OpenMP] Extend `do concurrent` mapping to multi-range
loops
Ad
ilovepi wrote:
Is there documentation anywhere on the format being output via
`--call-graph-section`? I get you're checking the MD5, but I'm also interested
in if we're checking the output sufficiently.
https://discourse.llvm.org/t/rfc-computing-storing-and-restoring-conservative-call-graphs-w
Pierre-vh 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/131624?utm_source=stack-comment-downstack-mergeability-warning
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/131417
>From debbc1f5a66b6b344515b9d8cc9143a028c688a5 Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Fri, 14 Mar 2025 15:59:22 -0700
Subject: [PATCH] [ctxprof] Track unhandled call targets
---
.../lib/ctx_profile
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/131417
>From debbc1f5a66b6b344515b9d8cc9143a028c688a5 Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Fri, 14 Mar 2025 15:59:22 -0700
Subject: [PATCH] [ctxprof] Track unhandled call targets
---
.../lib/ctx_profile
https://github.com/ergawy created
https://github.com/llvm/llvm-project/pull/131574
Switches delayed privatization for `omp.distribute` to be on by default:
controlled by the `-openmp-enable-delayed-privatization` instead of by
`-openmp-enable-delayed-privatization-staging`
>From d8463d8f7092e
github-actions[bot] wrote:
@nikic (or anyone else). If you would like to add a note about this fix in the
release notes (completely optional). Please reply to this comment with a one or
two sentence description of the fix. When you are done, please add the
release:note label to this PR.
htt
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/131398
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Daniel RodrÃguez Troitiño
Date: 2025-03-14T21:45:15Z
New Revision: cb50aaf8a11b89f2785641fba5ffd4b67f566a32
URL:
https://github.com/llvm/llvm-project/commit/cb50aaf8a11b89f2785641fba5ffd4b67f566a32
DIFF:
https://github.com/llvm/llvm-project/commit/cb50aaf8a11b89f2785641fba5ffd4b67f566a3
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/129686
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/bhandarkar-pranav approved this pull request.
LGTM, thank you for this change.
https://github.com/llvm/llvm-project/pull/131582
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/ma
https://github.com/ldionne approved this pull request.
https://github.com/llvm/llvm-project/pull/131506
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/Meinersbur approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/129317
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Matt Arsenault
Date: 2025-03-17T12:50:18-07:00
New Revision: 073ae08864b40310448289c6f40b95ca4f330444
URL:
https://github.com/llvm/llvm-project/commit/073ae08864b40310448289c6f40b95ca4f330444
DIFF:
https://github.com/llvm/llvm-project/commit/073ae08864b40310448289c6f40b95ca4f330444.diff
github-actions[bot] wrote:
@arsenm (or anyone else). If you would like to add a note about this fix in the
release notes (completely optional). Please reply to this comment with a one or
two sentence description of the fix. When you are done, please add the
release:note label to this PR.
ht
nikic wrote:
I'm not sure this is the right fix. I left a comment on the original PR:
https://github.com/llvm/llvm-project/pull/129914#pullrequestreview-2691932377
https://github.com/llvm/llvm-project/pull/130580
___
llvm-branch-commits mailing list
l
ldionne wrote:
I'd like us to validate that this is the right fix on `main` first. I've asked
for a reproducer in #127015.
https://github.com/llvm/llvm-project/pull/131382
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https:/
101 - 123 of 123 matches
Mail list logo