https://github.com/MaskRay updated
https://github.com/llvm/llvm-project/pull/150183
___
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/MaskRay updated
https://github.com/llvm/llvm-project/pull/150183
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
snehasish 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/150375?utm_source=stack-comment-downstack-mergeability-warning
https://github.com/snehasish created
https://github.com/llvm/llvm-project/pull/150375
Instead of writing out in native endian, write out the raw profile bytes
in little endian. Also update the MIB data in little endian. Also clean
up some lint and unused includes in rawprofile.cpp.
>From a3475c
https://github.com/aemerson edited
https://github.com/llvm/llvm-project/pull/145613
___
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/mizvekov updated
https://github.com/llvm/llvm-project/pull/149949
>From ea97cf5a5bf170c35c6fd838ce17a8c59ef5fdfe Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 21 Jul 2025 22:00:01 -0300
Subject: [PATCH] [PATCH 7/7] [clang] improve NestedNameSpecifier: LLDB changes
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/150172
___
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/MaskRay updated
https://github.com/llvm/llvm-project/pull/150183
___
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/MaskRay updated
https://github.com/llvm/llvm-project/pull/150183
___
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/gburgessiv approved this pull request.
thanks!
https://github.com/llvm/llvm-project/pull/150250
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/149949
>From ea97cf5a5bf170c35c6fd838ce17a8c59ef5fdfe Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 21 Jul 2025 22:00:01 -0300
Subject: [PATCH] [PATCH 7/7] [clang] improve NestedNameSpecifier: LLDB changes
Author: Qinkun Bao
Date: 2025-07-23T22:54:20-04:00
New Revision: 3078029cec5f2b53ac171f29fa7dc96264dbe4bc
URL:
https://github.com/llvm/llvm-project/commit/3078029cec5f2b53ac171f29fa7dc96264dbe4bc
DIFF:
https://github.com/llvm/llvm-project/commit/3078029cec5f2b53ac171f29fa7dc96264dbe4bc.diff
LO
https://github.com/mizvekov updated
https://github.com/llvm/llvm-project/pull/149949
>From ce3fc4604d940960f54918d7190950a03bf37a83 Mon Sep 17 00:00:00 2001
From: Matheus Izvekov
Date: Mon, 21 Jul 2025 22:00:01 -0300
Subject: [PATCH] [PATCH 7/7] [clang] improve NestedNameSpecifier: LLDB changes
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Volodymyr Sapsai (vsapsai)
Changes
(cherry picked from commit dbc41dd5d827a3e13625a66fd2bfa83a8a4dfe83)
---
Full diff: https://github.com/llvm/llvm-project/pull/150329.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+2)
https://github.com/vsapsai created
https://github.com/llvm/llvm-project/pull/150329
(cherry picked from commit dbc41dd5d827a3e13625a66fd2bfa83a8a4dfe83)
>From 2abe86f64d428b812c7a4caf0fd6f2d4f8519cbc Mon Sep 17 00:00:00 2001
From: Volodymyr Sapsai
Date: Tue, 22 Jul 2025 20:15:54 -0400
Subject:
https://github.com/vsapsai milestoned
https://github.com/llvm/llvm-project/pull/150329
___
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/evelez7 updated
https://github.com/llvm/llvm-project/pull/149590
>From a4bb77235ee210cdacb502fdc57f8e14eed2150d Mon Sep 17 00:00:00 2001
From: Erick Velez
Date: Thu, 17 Jul 2025 15:04:20 -0700
Subject: [PATCH] [clang-doc] separate comments into categories
Comment categories
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Carlos Seo (ceseo)
Changes
Check for equivalence when generating namelist descriptors in IO.cpp.
Fixes #124489
---
Full diff: https://github.com/llvm/llvm-project/pull/150292.diff
2 Files Affected:
- (modified) flang/lib/Lowe
https://github.com/ceseo created
https://github.com/llvm/llvm-project/pull/150292
Check for equivalence when generating namelist descriptors in IO.cpp.
Fixes #124489
>From e64f87411e9e65310b498a26232895ba7244d5e5 Mon Sep 17 00:00:00 2001
From: Carlos Seo
Date: Wed, 23 Jul 2025 11:17:29 -0300
https://github.com/ceseo milestoned
https://github.com/llvm/llvm-project/pull/150292
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Sterling-Augustine
Date: 2025-07-23T11:40:41-07:00
New Revision: 673051ada03a8ff910262f8986de278335a84264
URL:
https://github.com/llvm/llvm-project/commit/673051ada03a8ff910262f8986de278335a84264
DIFF:
https://github.com/llvm/llvm-project/commit/673051ada03a8ff910262f8986de278335a84264.
@@ -150,9 +150,15 @@ def Linalg_PackOp : Linalg_RelayoutOp<"pack", [
`padding_value` specifies a padding value at the boundary on non-perfectly
divisible dimensions. Padding is optional:
-- If absent, it is UB if the tile does not perfectly divide the dimension.
+
https://github.com/banach-space commented:
Thanks for the updates!
I think that having two separate PRs makes more sense. Code-wise, these are
relatively small patches. But the underlying logic that's updated is a bit
fiddly and every change deserve a dedicated commit summary :)
I've left so
@@ -150,9 +150,13 @@ def Linalg_PackOp : Linalg_RelayoutOp<"pack", [
`padding_value` specifies a padding value at the boundary on non-perfectly
divisible dimensions. Padding is optional:
-- If absent, it is UB if the tile does not perfectly divide the dimension.
+
@@ -1824,27 +1825,47 @@ func.func @unpack_invalid_outer_dims_perm(%source:
tensor<128x256xf32>, %dest: t
// -
+func.func @pack_with_artificial_padding(%input: tensor<9xf32>, %output:
tensor<3x8xf32>) -> tensor<3x8xf32> {
+ %cst = arith.constant 0.0 : f32
+ // expected
https://github.com/banach-space edited
https://github.com/llvm/llvm-project/pull/149624
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -150,9 +150,13 @@ def Linalg_PackOp : Linalg_RelayoutOp<"pack", [
`padding_value` specifies a padding value at the boundary on non-perfectly
divisible dimensions. Padding is optional:
-- If absent, it is UB if the tile does not perfectly divide the dimension.
+
@@ -150,9 +150,13 @@ def Linalg_PackOp : Linalg_RelayoutOp<"pack", [
`padding_value` specifies a padding value at the boundary on non-perfectly
divisible dimensions. Padding is optional:
-- If absent, it is UB if the tile does not perfectly divide the dimension.
+
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
>From b7fbe09b32ff02d4f7c52d82fbf8b5cd28138852 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 23 Apr 2025 04:05:47 +
Subject: [PATCH] Address review comments.
Created using spr 1.3.6-beta.1
---
clang/l
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
>From b7fbe09b32ff02d4f7c52d82fbf8b5cd28138852 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 23 Apr 2025 04:05:47 +
Subject: [PATCH] Address review comments.
Created using spr 1.3.6-beta.1
---
clang/l
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
>From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 12 Mar 2025 23:30:01 +
Subject: [PATCH 1/2] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/5] Updated the test as reviewers suggested.
Created usin
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/5] Updated the test as reviewers suggested.
Created usin
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
>From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 12 Mar 2025 23:30:01 +
Subject: [PATCH 1/2] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/147418
>From ed03e0505030b507a73fa47f43907a1d6095a4b7 Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Mon, 7 Jul 2025 12:44:41 -0700
Subject: [PATCH] Drive profile validator from opt
---
llvm/tools/opt/NewPMDriver
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/147418
>From ed03e0505030b507a73fa47f43907a1d6095a4b7 Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Mon, 7 Jul 2025 12:44:41 -0700
Subject: [PATCH] Drive profile validator from opt
---
llvm/tools/opt/NewPMDriver
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/130809
>From 43fcb8009c99fe50563c3dde3ab146ef94d0713d Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Mon, 10 Mar 2025 15:14:55 +0300
Subject: [PATCH 1/3] [AArch64][PAC] Precommit tests on merging
MOVaddr/
@@ -26,19 +26,15 @@ GOFFObjectWriter &MCGOFFStreamer::getWriter() {
return static_cast(getAssembler().getWriter());
}
-// Make sure that all section are registered in the correct order.
-static void registerSectionHierarchy(MCAssembler &Asm, MCSectionGOFF *Section)
{
- if
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/130809
>From 43fcb8009c99fe50563c3dde3ab146ef94d0713d Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Mon, 10 Mar 2025 15:14:55 +0300
Subject: [PATCH 1/3] [AArch64][PAC] Precommit tests on merging
MOVaddr/
fhahn wrote:
> Yeah I think by the old LLVM rules the full change is fine. If tru is happy
> to take it onto the branch then that sounds OK to me.
OK great, updated the PR to just include the full change, thanks!
https://github.com/llvm/llvm-project/pull/149815
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
>From b7fbe09b32ff02d4f7c52d82fbf8b5cd28138852 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 23 Apr 2025 04:05:47 +
Subject: [PATCH] Address review comments.
Created using spr 1.3.6-beta.1
---
clang/l
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
>From b7fbe09b32ff02d4f7c52d82fbf8b5cd28138852 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 23 Apr 2025 04:05:47 +
Subject: [PATCH] Address review comments.
Created using spr 1.3.6-beta.1
---
clang/l
https://github.com/hanhanW edited
https://github.com/llvm/llvm-project/pull/149624
___
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/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
>From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 12 Mar 2025 23:30:01 +
Subject: [PATCH 1/2] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
>From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 12 Mar 2025 23:30:01 +
Subject: [PATCH 1/2] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/5] Updated the test as reviewers suggested.
Created usin
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/5] Updated the test as reviewers suggested.
Created usin
hanhanW wrote:
> think you should drop @2548809 from this PR, so we could handle #150127
> separately :) Or target that branch from this one if you're planning to get
> that one in first. Otherwise LGTM.
I need to land the other one first. Otherwise, the CI is not happy. I recreate
the other
https://github.com/hanhanW edited
https://github.com/llvm/llvm-project/pull/149624
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -26,19 +26,15 @@ GOFFObjectWriter &MCGOFFStreamer::getWriter() {
return static_cast(getAssembler().getWriter());
}
-// Make sure that all section are registered in the correct order.
-static void registerSectionHierarchy(MCAssembler &Asm, MCSectionGOFF *Section)
{
- if
https://github.com/dpaoliello approved this pull request.
LGTM
Agree with doing everything. Even if we could trim the set to build/test now, I
suspect it would get out-of-date pretty quickly.
https://github.com/llvm/llvm-project/pull/150251
___
llvm
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/147418
>From a6e2214bd94b22bd4cbccd1f069c9ad6acd9376e Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Mon, 7 Jul 2025 12:44:41 -0700
Subject: [PATCH] Drive profile validator from opt
---
llvm/tools/opt/NewPMDriver
https://github.com/mtrofin updated
https://github.com/llvm/llvm-project/pull/147418
>From a6e2214bd94b22bd4cbccd1f069c9ad6acd9376e Mon Sep 17 00:00:00 2001
From: Mircea Trofin
Date: Mon, 7 Jul 2025 12:44:41 -0700
Subject: [PATCH] Drive profile validator from opt
---
llvm/tools/opt/NewPMDriver
https://github.com/boomanaiden154 created
https://github.com/llvm/llvm-project/pull/150251
This patch ensures that we run all the tests when someone touches
third-party. Some of the projects (like SipHash and Benchmark) do not
get used by every project and we could get away with testing less.
Ho
https://github.com/boomanaiden154 created
https://github.com/llvm/llvm-project/pull/150250
This patch makes it so that we actually run all the tests when we touch
the workflow file in .github/workflows/premerge.yaml. Before this we
would not run any tests and it was annoying to have to manually
c8ef wrote:
### Merge activity
* **Jul 23, 3:52 PM UTC**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/150238).
https://github.com/llvm/llvm-project/pull/150238
___
@@ -12505,6 +12505,61 @@ Example:
%Y = ptrtoint ptr %P to i64; yields zero
extension on 32-bit architecture
%Z = ptrtoint <4 x ptr> %P to <4 x i64>; yields vector zero extension
for a vector of addresses on 32-bit architecture
+.. _i_ptrto
@@ -12505,6 +12505,61 @@ Example:
%Y = ptrtoint ptr %P to i64; yields zero
extension on 32-bit architecture
%Z = ptrtoint <4 x ptr> %P to <4 x i64>; yields vector zero extension
for a vector of addresses on 32-bit architecture
+.. _i_ptrto
https://github.com/shiltian approved this pull request.
https://github.com/llvm/llvm-project/pull/150170
___
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.
Thanks
https://github.com/llvm/llvm-project/pull/150238
___
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-flang-semantics
Author: Connector Switch (c8ef)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/150238.diff
4 Files Affected:
- (modified) flang/include/flang/Optimizer/Builder/IntrinsicCall.h (+1)
- (modified) flang/lib/Evaluate/i
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Connector Switch (c8ef)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/150238.diff
4 Files Affected:
- (modified) flang/include/flang/Optimizer/Builder/IntrinsicCall.h (+1)
- (modified) flang/lib/Evaluate/i
c8ef 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/150238?utm_source=stack-comment-downstack-mergeability-warning";
>
https://github.com/c8ef ready_for_review
https://github.com/llvm/llvm-project/pull/150238
___
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/c8ef created https://github.com/llvm/llvm-project/pull/150238
None
>From 5f1e70f3486f5e66ff3db5bf3a56095632118d1d Mon Sep 17 00:00:00 2001
From: c8ef
Date: Wed, 23 Jul 2025 15:20:37 +
Subject: [PATCH] [flang] Implement `asinpi`
---
.../flang/Optimizer/Builder/IntrinsicC
https://github.com/atrosinenko closed
https://github.com/llvm/llvm-project/pull/147815
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
atrosinenko wrote:
After more testing, I found out that at least SimplifyCFG pass can introduce
the same pattern by sinking calls to `@llvm.ptrauth.blend`. For that reason,
other approach is implemented in #150226: instead of rejecting blend intrinsics
in GVN PRE specifically, fix these patter
https://github.com/tblah approved this pull request.
LGTM. This is a low risk bug fix preventing a crash in flang.
https://github.com/llvm/llvm-project/pull/150228
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.ll
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Anatoly Trosinenko (atrosinenko)
Changes
GVN PRE, SimplifyCFG and possibly other passes may hoist or sink the call to
`@llvm.ptrauth.blend` intrinsic, introducing multiple duplicate call
instructions hidden behind a PHI node. Th
https://github.com/atrosinenko ready_for_review
https://github.com/llvm/llvm-project/pull/150226
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
atrosinenko 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/150226?utm_source=stack-comment-downstack-mergeability-warni
https://github.com/atrosinenko updated
https://github.com/llvm/llvm-project/pull/150226
>From 7f521df9c5f4dc672342e47a49039ebe5adee565 Mon Sep 17 00:00:00 2001
From: Anatoly Trosinenko
Date: Thu, 12 Jun 2025 13:25:28 +0300
Subject: [PATCH] [CGP][PAC] Flip PHI and blends when all immediate modif
https://github.com/atrosinenko edited
https://github.com/llvm/llvm-project/pull/150226
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -903,12 +906,19 @@ SIMemOpAccess::getAtomicFenceInfo(const
MachineBasicBlock::iterator &MI) const {
std::tie(Scope, OrderingAddrSpace, IsCrossAddressSpaceOrdering) =
*ScopeOrNone;
- if ((OrderingAddrSpace == SIAtomicAddrSpace::NONE) ||
- ((OrderingAddrSpace &
https://github.com/shiltian approved this pull request.
https://github.com/llvm/llvm-project/pull/148630
___
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/RossBrunton closed
https://github.com/llvm/llvm-project/pull/148648
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
RossBrunton wrote:
Discussed in the Offload planning meeting, and this is a much larger project
than it first appears. It makes sense as a dedicated tool or library rather
than a simple wrapper around the JIT engine.
https://github.com/llvm/llvm-project/pull/148648
petar-avramovic wrote:
### Merge activity
* **Jul 23, 2:30 PM UTC**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/145911).
https://github.com/llvm/llvm-project/pull/145911
petar-avramovic wrote:
### Merge activity
* **Jul 23, 2:30 PM UTC**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/145912).
https://github.com/llvm/llvm-project/pull/145912
petar-avramovic wrote:
### Merge activity
* **Jul 23, 2:30 PM UTC**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/145910).
https://github.com/llvm/llvm-project/pull/145910
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/145912
>From 391a7144d585f25bf07056eda8a2370cb6e8b866 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Thu, 26 Jun 2025 16:03:56 +0200
Subject: [PATCH] AMDGPU/GlobalISel: Add waterfall lowering in regbankle
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/145910
>From c22435dc3cf199bad129a543a8835404ab7c3dc7 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Wed, 4 Jun 2025 17:11:48 +0200
Subject: [PATCH] AMDGPU/GlobalISel: Add tests for missing readanylane co
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/145912
>From 391a7144d585f25bf07056eda8a2370cb6e8b866 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Thu, 26 Jun 2025 16:03:56 +0200
Subject: [PATCH] AMDGPU/GlobalISel: Add waterfall lowering in regbankle
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/145911
>From 51ed8e36c2a0e4982b72f91d7dea3dff6dac3449 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Thu, 5 Jun 2025 12:17:13 +0200
Subject: [PATCH] AMDGPU/GlobalISel: Improve readanylane combines in
reg
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/145911
>From 51ed8e36c2a0e4982b72f91d7dea3dff6dac3449 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Thu, 5 Jun 2025 12:17:13 +0200
Subject: [PATCH] AMDGPU/GlobalISel: Improve readanylane combines in
reg
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/145910
>From c22435dc3cf199bad129a543a8835404ab7c3dc7 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Wed, 4 Jun 2025 17:11:48 +0200
Subject: [PATCH] AMDGPU/GlobalISel: Add tests for missing readanylane co
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: None (llvmbot)
Changes
Backport fc0a978327215aa8883ae6f18d1e316f3c04520a
Requested by: @ceseo
---
Full diff: https://github.com/llvm/llvm-project/pull/150228.diff
2 Files Affected:
- (modified) flang/lib/Lower/Bridge.cpp (+26
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/150228
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@ceseo What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/150228
___
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/150228
Backport fc0a978327215aa8883ae6f18d1e316f3c04520a
Requested by: @ceseo
>From f425ab1970b23b6e92b30e792f01c9c3b02ea323 Mon Sep 17 00:00:00 2001
From: Carlos Seo
Date: Wed, 23 Jul 2025 11:16:11 -0300
Subject: [P
@@ -2718,11 +2718,14 @@ void CGOpenMPRuntime::emitNumThreadsClause(
// as if sev-level is fatal."
Args.push_back(llvm::ConstantInt::get(
CGM.Int32Ty, Severity == OMPC_SEVERITY_warning ? 1 : 2));
-if (Message)
- Args.push_back(CGF.EmitStringLiteralLValue
https://github.com/jhuber6 approved this pull request.
https://github.com/llvm/llvm-project/pull/150170
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -593,6 +594,43 @@ public:
__tree_node_base& operator=(__tree_node_base const&) = delete;
};
+#ifdef _LIBCPP_ABI_TREE_POINTER_INT_PAIR
+template <>
+class __tree_node_base : public
__tree_end_node<__tree_node_base*> {
+public:
+ using pointer=
https://github.com/philnik777 updated
https://github.com/llvm/llvm-project/pull/147681
>From 019af0059fa1d33deb0aaf278212f9a37dcbf8de Mon Sep 17 00:00:00 2001
From: Nikolas Klauser
Date: Tue, 10 Jun 2025 05:56:20 +0200
Subject: [PATCH] [libc++] Add ABI flag to make __tree nodes more compact
--
https://github.com/ayalz approved this pull request.
LGTM, thanks!
Independent of cherry picking: may be good to provide an example demonstrating
why we revert to scalar loop when encountering NaN's, rather than try to fix
the final horizontal reduction as done for cmp/sel discrepancy of +-0 b
https://github.com/tblah approved this pull request.
Thanks!
https://github.com/llvm/llvm-project/pull/150200
___
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/usx95 updated
https://github.com/llvm/llvm-project/pull/149577
>From d21e733fa41cb0141e78053cc6ff1a757c1d9eec Mon Sep 17 00:00:00 2001
From: Utkarsh Saxena
Date: Sat, 19 Jul 2025 15:40:36 +
Subject: [PATCH] add live origins
---
.../test/Analysis/LifetimeSafety/benchmark
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: None (llvmbot)
Changes
Backport 36c37b019b5daae79785e8558d693e6ec42b0ebd
Requested by: @ergawy
---
Full diff: https://github.com/llvm/llvm-project/pull/150200.diff
5 Files Affected:
- (modified) flang/include/flang/Lower/Support
llvmbot wrote:
@tblah What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/150200
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/150200
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
1 - 100 of 134 matches
Mail list logo