https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/127984
>From 254dabf793e4c6e7cc8a3aedbd8e093b88c583fa Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Tue, 18 Feb 2025 04:55:35 +
Subject: [PATCH] [RegAlloc][NPM] Make RegAllocFastPassOptions a nested class
Maki
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/128136.diff
1 Files Affected:
- (modified) llvm/docs/ReleaseNotes.md (+11)
``diff
diff --git a/llvm/docs/ReleaseNotes.md b/llv
https://github.com/arsenm edited
https://github.com/llvm/llvm-project/pull/128136
___
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/arsenm created
https://github.com/llvm/llvm-project/pull/128136
None
>From 0bb2ec6c4fc3c15e17a6c538af04f1668bea9cb6 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 21 Feb 2025 12:49:59 +0700
Subject: [PATCH] AMDGPU: Add some release 20 notes
---
llvm/docs/ReleaseN
https://github.com/arsenm milestoned
https://github.com/llvm/llvm-project/pull/128136
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm wrote:
### Merge activity
* **Feb 21, 12:02 AM EST**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/128123).
https://github.com/llvm/llvm-project/pull/128123
https://github.com/shiltian approved this pull request.
https://github.com/llvm/llvm-project/pull/128123
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm 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/128123?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm milestoned
https://github.com/llvm/llvm-project/pull/128123
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm wrote:
Missed in initial gfx950 upstreaming
https://github.com/llvm/llvm-project/pull/128123
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Patch is 47.60 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/128123.diff
4 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/SIISelLowering.c
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/128123
None
>From da446d3f28f3b38d4e36a70ad9e1973f7ad9e707 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 28 May 2024 12:59:41 +0200
Subject: [PATCH] AMDGPU: Form v2f16 minimum3/maximum3 on gfx950
---
llvm/
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/128123
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: None (llvmbot)
Changes
Backport 24c06a19be7bcf28b37e5eabbe65df95a2c0265a
Requested by: @ChuanqiXu9
---
Full diff: https://github.com/llvm/llvm-project/pull/128114.diff
2 Files Affected:
- (modified) clang/lib/Sema/SemaDecl.cpp
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 24c06a19be7bcf28b37e5eabbe65df95a2c0265a
Requested by: @ChuanqiXu9
---
Full diff: https://github.com/llvm/llvm-project/pull/128114.diff
2 Files Affected:
- (modified) clang/lib/Sema/SemaDecl.cpp (+2-1)
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128114
___
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/llvmbot created
https://github.com/llvm/llvm-project/pull/128114
Backport 24c06a19be7bcf28b37e5eabbe65df95a2c0265a
Requested by: @ChuanqiXu9
>From 9aac12a38047a505bfa969b89f6cda17bf1cdfdf Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Fri, 21 Feb 2025 10:34:14 +0800
Subjec
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Amir Ayupov (aaupov)
Changes
Don't attempt to parse mispredictions for memory entries in LBR profile.
Test Plan: added merge-fdata-mem-prof.test
---
Full diff: https://github.com/llvm/llvm-project/pull/128108.diff
2 Files Affected:
- (
https://github.com/aaupov created
https://github.com/llvm/llvm-project/pull/128108
Don't attempt to parse mispredictions for memory entries in LBR profile.
Test Plan: added merge-fdata-mem-prof.test
___
llvm-branch-commits mailing list
llvm-branch-
arsenm wrote:
> why do we want to do this if it is broken for non-literal string?
It's WIP from 3 years ago, I'm putting this up for reference
https://github.com/llvm/llvm-project/pull/128023
___
llvm-branch-commits mailing list
llvm-branch-commits@l
github-actions[bot] wrote:
@zixu-w (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
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128085
Backport 6cc7ca084a5bbb7ccf606cab12065604453dde59
Requested by: @jhuber6
>From 41c0aae4c10555d9525640ace71feec808e67276 Mon Sep 17 00:00:00 2001
From: Joseph Huber
Date: Wed, 19 Feb 2025 16:46:59 -0600
Subject
llvmbot wrote:
@llvm/pr-subscribers-libc
Author: None (llvmbot)
Changes
Backport 6cc7ca084a5bbb7ccf606cab12065604453dde59
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/128085.diff
3 Files Affected:
- (modified) clang/lib/Headers/gpuintrin.h (+49-25)
https://github.com/tstellar updated
https://github.com/llvm/llvm-project/pull/12
>From c0f86c988617ab5104d5a95fbcac38fd0a8ee4d7 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Wed, 5 Feb 2025 14:12:12 -0300
Subject: [PATCH] Reland: [clang] Track function template instantiation from
de
Author: Zixu Wang
Date: 2025-02-20T15:11:16-08:00
New Revision: 99947c59de7b8ecbdda2a8b8ce78abc3083adee0
URL:
https://github.com/llvm/llvm-project/commit/99947c59de7b8ecbdda2a8b8ce78abc3083adee0
DIFF:
https://github.com/llvm/llvm-project/commit/99947c59de7b8ecbdda2a8b8ce78abc3083adee0.diff
LOG
https://github.com/tstellar updated
https://github.com/llvm/llvm-project/pull/12
>From bcbffe017bdfb03fafa6e3273336949001b72106 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Wed, 5 Feb 2025 14:12:12 -0300
Subject: [PATCH] Reland: [clang] Track function template instantiation from
de
shiltian wrote:
LGTM
https://github.com/llvm/llvm-project/pull/128085
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 6cc7ca084a5bbb7ccf606cab12065604453dde59
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/128085.diff
3 Files Affected:
- (modified) clang/lib/Headers/gpuintrin.h (+4
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127252
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 6cc7ca084a5bbb7ccf606cab12065604453dde59
Requested by: @jhuber6
---
Full diff: https://github.com/llvm/llvm-project/pull/128085.diff
3 Files Affected:
- (modified) clang/lib/Headers/gpuintrin.h (+49-25)
llvmbot wrote:
@shiltian What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128085
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/list
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127252
>From 99947c59de7b8ecbdda2a8b8ce78abc3083adee0 Mon Sep 17 00:00:00 2001
From: Zixu Wang <9819235+zix...@users.noreply.github.com>
Date: Thu, 13 Feb 2025 16:12:22 -0800
Subject: [PATCH] =?UTF-8?q?Revert=20"[C++20]
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128085
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
@zyn0217 (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.
h
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127174
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Younan Zhang
Date: 2025-02-20T15:08:46-08:00
New Revision: 3007684f86468c344c5d0b77217b40b33173cb02
URL:
https://github.com/llvm/llvm-project/commit/3007684f86468c344c5d0b77217b40b33173cb02
DIFF:
https://github.com/llvm/llvm-project/commit/3007684f86468c344c5d0b77217b40b33173cb02.diff
jhuber6 wrote:
> @jhuber6 Why do you want to back port this and what's the impact if we don't?
Sorry, https://github.com/llvm/llvm-project/pull/127703 is the actually
important one and I forget to cherry pick it, fixes a test and incorrect
behavior. Figured if I was backporting that I could me
tstellar wrote:
@jhuber6 Why do you want to back port this and what's the impact if we don't?
https://github.com/llvm/llvm-project/pull/127704
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailma
Author: David Green
Date: 2025-02-20T13:08:59-08:00
New Revision: 6dcece41472d64555f0ca2539a3e1e1e5feec083
URL:
https://github.com/llvm/llvm-project/commit/6dcece41472d64555f0ca2539a3e1e1e5feec083
DIFF:
https://github.com/llvm/llvm-project/commit/6dcece41472d64555f0ca2539a3e1e1e5feec083.diff
L
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127084
>From 239faf0b9dbcf092337a8feb696f1f9bf0671241 Mon Sep 17 00:00:00 2001
From: Kerry McLaughlin
Date: Thu, 13 Feb 2025 09:43:16 +
Subject: [PATCH] [LLVM][AArch64] Remove aliases of LSUI instructions (#126072)
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127732
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
@davemgreen (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.
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/128001
___
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/llvmbot updated
https://github.com/llvm/llvm-project/pull/128001
>From 6dcece41472d64555f0ca2539a3e1e1e5feec083 Mon Sep 17 00:00:00 2001
From: David Green
Date: Thu, 20 Feb 2025 12:22:11 +
Subject: [PATCH] [GlobalISel][AArch64] Fix fptoi.sat lowering. (#127901)
The SDAG
github-actions[bot] wrote:
@frederick-vs-ja (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
Author: A. Jiang
Date: 2025-02-20T13:05:05-08:00
New Revision: 05cce88ab900af4a4e08018e96f55b0c308ab973
URL:
https://github.com/llvm/llvm-project/commit/05cce88ab900af4a4e08018e96f55b0c308ab973
DIFF:
https://github.com/llvm/llvm-project/commit/05cce88ab900af4a4e08018e96f55b0c308ab973.diff
LOG:
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/127732
>From 05cce88ab900af4a4e08018e96f55b0c308ab973 Mon Sep 17 00:00:00 2001
From: "A. Jiang"
Date: Wed, 19 Feb 2025 09:06:51 +0800
Subject: [PATCH] [libc++] Set feature-test macro `__cpp_lib_atomic_float`
(#127559)
github-actions[bot] wrote:
@tstellar (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.
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127951
___
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/llvmbot updated
https://github.com/llvm/llvm-project/pull/127951
>From 6ea0367372362e50ddaa6ec51a502c1ca19d26d7 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Wed, 19 Feb 2025 19:16:30 -0800
Subject: [PATCH] workflows/release-binaries: Disable Flang on x86_64 macOS
(#1272
github-actions[bot] wrote:
@mordante (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.
Author: Mark de Wever
Date: 2025-02-20T12:56:22-08:00
New Revision: e7e2c16cac97696a89a053f72b94112739b6897f
URL:
https://github.com/llvm/llvm-project/commit/e7e2c16cac97696a89a053f72b94112739b6897f
DIFF:
https://github.com/llvm/llvm-project/commit/e7e2c16cac97696a89a053f72b94112739b6897f.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127531
___
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/llvmbot updated
https://github.com/llvm/llvm-project/pull/127531
>From e7e2c16cac97696a89a053f72b94112739b6897f Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Mon, 17 Feb 2025 19:08:07 +0100
Subject: [PATCH] [libc++][TZDB] Fixes mapping of nonexisting time. (#127330)
All
github-actions[bot] wrote:
@kmclaughlin-arm (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
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/127084
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Kerry McLaughlin
Date: 2025-02-20T12:49:54-08:00
New Revision: 239faf0b9dbcf092337a8feb696f1f9bf0671241
URL:
https://github.com/llvm/llvm-project/commit/239faf0b9dbcf092337a8feb696f1f9bf0671241
DIFF:
https://github.com/llvm/llvm-project/commit/239faf0b9dbcf092337a8feb696f1f9bf0671241.di
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/127932
>From 86a52d82e858c24a0f756f583a1b3d8dac3087d8 Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 19 Feb 2025 22:53:55 +
Subject: [PATCH 1/4] parsing root constant
---
llvm/lib/Target/DirectX/DXILRo
b-sumner wrote:
> why do we want to do this if it is broken for non-literal string?
Right. It doesn't seem likely that it won't be literal, but no documentation
I've found requires it to be.
https://github.com/llvm/llvm-project/pull/128023
___
llvm-
Author: Sirraide
Date: 2025-02-20T20:02:05+01:00
New Revision: 624bd5c40f81a9ece34f65dfdc639621daeaaac9
URL:
https://github.com/llvm/llvm-project/commit/624bd5c40f81a9ece34f65dfdc639621daeaaac9
DIFF:
https://github.com/llvm/llvm-project/commit/624bd5c40f81a9ece34f65dfdc639621daeaaac9.diff
LOG:
https://github.com/hekota updated
https://github.com/llvm/llvm-project/pull/125807
>From 42bb34f66f0030f55e1055c4ee0b362511b7f45b Mon Sep 17 00:00:00 2001
From: Helena Kotas
Date: Tue, 4 Feb 2025 22:01:49 -0800
Subject: [PATCH 1/5] [HLSL] Implement default constant buffer `$Globals`
All variab
https://github.com/CarolineConcatto approved this pull request.
LGTM!
https://github.com/llvm/llvm-project/pull/127084
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-c
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/124298
>From 538c0b43558d091886b844c8a1603e83d7aaf864 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Fri, 31 Jan 2025 13:04:17 +0100
Subject: [PATCH] AMDGPU/GlobalISel: Temporal divergence lowering (non i
@@ -188,6 +190,35 @@ void
DivergenceLoweringHelper::constrainAsLaneMask(Incoming &In) {
In.Reg = Copy.getReg(0);
}
+void replaceUsesOfRegInInstWith(Register Reg, MachineInstr *Inst,
+Register NewReg) {
+ for (MachineOperand &Op : Inst->opera
https://github.com/paschalis-mpeis edited
https://github.com/llvm/llvm-project/pull/116964
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -188,6 +190,35 @@ void
DivergenceLoweringHelper::constrainAsLaneMask(Incoming &In) {
In.Reg = Copy.getReg(0);
}
+void replaceUsesOfRegInInstWith(Register Reg, MachineInstr *Inst,
+Register NewReg) {
+ for (MachineOperand &Op : Inst->opera
paschalis-mpeis wrote:
- force-push to stack this PR on top of #127812.
- add code & test to ensure that we skip pending relocations only when
`-force-patch` was set
https://github.com/llvm/llvm-project/pull/116964
___
llvm-branch-commits mailing list
https://github.com/paschalis-mpeis edited
https://github.com/llvm/llvm-project/pull/116964
___
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/bogner approved this pull request.
https://github.com/llvm/llvm-project/pull/125807
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff c6c75b5d7a9a1869bfcdc413a98b00fe4b9f07d1
88b441975bc452c5b19d30b4d534fbce0b16dc0b --e
https://github.com/ergawy updated
https://github.com/llvm/llvm-project/pull/127635
>From 2d9fb8f381a413c4451f812efc15636d5ab15825 Mon Sep 17 00:00:00 2001
From: ergawy
Date: Tue, 18 Feb 2025 06:40:19 -0600
Subject: [PATCH] [flang][OpenMP] Handle "loop-local values" in `do concurrent`
nests
Ex
arsenm 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/128023?utm_source=stack-comment-downstack-mergeability-warning";
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
Changes
I'm guessing the only reason the __make_mantissa* functions
exist were to support this, so maybe these can be deleted now.
This is broken in the non-constant string case, since it ends
up emitting a call to
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/128023
___
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/arsenm created
https://github.com/llvm/llvm-project/pull/128023
I'm guessing the only reason the __make_mantissa* functions
exist were to support this, so maybe these can be deleted now.
This is broken in the non-constant string case, since it ends
up emitting a call to the l
https://github.com/ergawy updated
https://github.com/llvm/llvm-project/pull/127634
>From 40d14156ff5d48ce94de96d8d23119a35b728dab 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
@@ -93,11 +169,14 @@ bool isPerfectlyNested(fir::DoLoopOp outerLoop,
fir::DoLoopOp innerLoop) {
/// recognize a certain nested loop as part of the nest it just returns the
/// parent loops it discovered before.
mlir::LogicalResult collectLoopNest(fir::DoLoopOp currentLoop,
-
https://github.com/ergawy updated
https://github.com/llvm/llvm-project/pull/127633
>From a615d777295ac1cf5fc1c8bd2eca9f5d6283b409 Mon Sep 17 00:00:00 2001
From: ergawy
Date: Tue, 18 Feb 2025 02:50:46 -0600
Subject: [PATCH] [flang][OpenMP] Map simple `do concurrent` loops to OpenMP
host constru
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport bcfd9f81e1bc9954d616ffbb8625099916bebd5b
f00b32e2d0ee666d32f1ddd0c687e269fab95b44
Requested by: @ldionne
---
Patch is 21.42 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128009
___
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/llvmbot created
https://github.com/llvm/llvm-project/pull/128009
Backport bcfd9f81e1bc9954d616ffbb8625099916bebd5b
f00b32e2d0ee666d32f1ddd0c687e269fab95b44
Requested by: @ldionne
>From 7ddd9cfecb603668fecb480459521400934b4d96 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Dat
@@ -24,7 +25,82 @@ namespace flangomp {
namespace {
namespace looputils {
-using LoopNest = llvm::SetVector;
+/// Stores info needed about the induction/iteration variable for each `do
+/// concurrent` in a loop nest. This includes only for now:
+/// * the operation allocating
@@ -24,7 +25,82 @@ namespace flangomp {
namespace {
namespace looputils {
-using LoopNest = llvm::SetVector;
+/// Stores info needed about the induction/iteration variable for each `do
+/// concurrent` in a loop nest. This includes only for now:
+/// * the operation allocating
https://github.com/skatrak commented:
Thank you, a couple of comments from me. But the general approach looks good.
https://github.com/llvm/llvm-project/pull/127633
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.l
@@ -93,11 +169,14 @@ bool isPerfectlyNested(fir::DoLoopOp outerLoop,
fir::DoLoopOp innerLoop) {
/// recognize a certain nested loop as part of the nest it just returns the
/// parent loops it discovered before.
mlir::LogicalResult collectLoopNest(fir::DoLoopOp currentLoop,
-
https://github.com/skatrak edited
https://github.com/llvm/llvm-project/pull/127633
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -24,7 +25,82 @@ namespace flangomp {
namespace {
namespace looputils {
-using LoopNest = llvm::SetVector;
+/// Stores info needed about the induction/iteration variable for each `do
+/// concurrent` in a loop nest. This includes only for now:
+/// * the operation allocating
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
@llvm/pr-subscribers-llvm-globalisel
Author: None (llvmbot)
Changes
Backport 70ed381b1693697dec3efcaed161d3626d16cff1
Requested by: @davemgreen
---
Patch is 34.38 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llv
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128001
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128001
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128001
Backport 70ed381b1693697dec3efcaed161d3626d16cff1
Requested by: @davemgreen
>From 5b8fc308d40801f326ca5a2e8ca243450aca5263 Mon Sep 17 00:00:00 2001
From: David Green
Date: Thu, 20 Feb 2025 12:22:11 +
Subje
@@ -5294,10 +5294,14 @@ def err_template_missing_args : Error<
"%select{class template|function template|variable template|alias template|"
"template template parameter|concept|template}0 %1 requires template "
"arguments">;
-def err_template_arg_list_different_arity : Er
@@ -11802,9 +11817,10 @@ class Sema final : public SemaBase {
bool PartialOrdering,
bool *StrictPackMatch);
+ SmallString<128> toTerseString(const NamedDecl &D) const;
cor3ntin wrote:
@@ -12822,6 +12826,9 @@ class Sema final : public SemaBase {
/// We are performing partial ordering for template template parameters.
PartialOrderingTTP,
+
+ /// Checking a Template Parameter
cor3ntin wrote:
This could use a more descriptive
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
Author: Akshat Oke (optimisan)
Changes
Making all reg alloc classes have an `::Option` class makes things nicer to
construct them.
---
Full diff: https://github.com/llvm/llvm-project/pull/127984.diff
3 Files Affected:
- (modified) llvm
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/127984
___
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/optimisan updated
https://github.com/llvm/llvm-project/pull/125351
>From 9c7ddfe1fd7b93bfa997bc595c7ba3056fa53534 Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Sat, 1 Feb 2025 18:21:24 +
Subject: [PATCH 1/2] [AMDGPU][NewPM] Port SIOptimizeExecMaskingPreRA to NPM
---
l
Author: Benjamin Maxwell
Date: 2025-02-20T10:24:31Z
New Revision: e082cbf5fd4f889762e12062d2544f862339b959
URL:
https://github.com/llvm/llvm-project/commit/e082cbf5fd4f889762e12062d2544f862339b959
DIFF:
https://github.com/llvm/llvm-project/commit/e082cbf5fd4f889762e12062d2544f862339b959.diff
L
https://github.com/optimisan ready_for_review
https://github.com/llvm/llvm-project/pull/127984
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
optimisan wrote:
* **#127984** (this)
* **#125351**
* **#120557**
* **#119540**
* **#118462**
* **#117309**
* **#119181**
* `main`
https://github.com/llvm/llvm-project/pull/127984
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llv
1 - 100 of 105 matches
Mail list logo