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/130896?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/130059
>From ee0ed7e6fdce69d98a05e42327a305228797a9de Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Wed, 5 Mar 2025 10:52:00 +
Subject: [PATCH 1/4] [AMDGPU][NPM] Port GCNCreateVOPD to NPM
---
llvm/lib/Target/
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Patch is 161.48 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/130899.diff
63 Files Affected:
- (modified)
llvm/test/CodeGen/AMDGPU/GlobalISel/
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/130898
>From 6609eb3d3cf129b8ca831d9eb6855ebe9b44a501 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 12 Mar 2025 12:32:31 +0700
Subject: [PATCH] AMDGPU: Replace insertelement undef with poison in cases with
m
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/130898
>From 6609eb3d3cf129b8ca831d9eb6855ebe9b44a501 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 12 Mar 2025 12:32:31 +0700
Subject: [PATCH] AMDGPU: Replace insertelement undef with poison in cases with
m
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/130060
>From 8702b1468436cf160b7d6d9cc1b91b425a18aa23 Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Wed, 5 Mar 2025 11:06:40 +
Subject: [PATCH 1/2] [AMDGPU][NPM] Port SIMemoryLegalizer to NPM
---
llvm/lib/Tar
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/130548
>From 5185a14a2e25ae2320b49bf564f395a0689f139e Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Mon, 10 Mar 2025 04:31:20 +
Subject: [PATCH] [AMDGPU][NFC] Format GCNCreateVOPD.cpp
---
llvm/lib/Target/AMDG
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/130898
I had to manually intervene in a few tests. fcanonicalize.f16.ll is directly
sensitive
to undef vs. poison.
>From 3a308651bb8da4521e8769651f860325a05eb4cf Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed
github-actions[bot] wrote:
:warning: undef deprecator found issues in your code. :warning:
You can test this locally with the following command:
``bash
git diff -U0 --pickaxe-regex -S
'([^a-zA-Z0-9#_-]undef[^a-zA-Z0-9_-]|UndefValue::get)'
3a308651bb8da4521e8769651f860325a05eb4cf
optimisan wrote:
Rearranging this stack to make it independent (Graphite is still failing update
the PRs itself), GitHub might ping for every force push, sorry!
https://github.com/llvm/llvm-project/pull/130060
___
llvm-branch-commits mailing list
llvm
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/130899?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/130899
___
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/129866
>From 4d0d35c7a4a310f798c2c8da01761cf4791d9ce4 Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Wed, 5 Mar 2025 10:34:25 +
Subject: [PATCH 1/2] [CodeGen][NPM] Port PatchableFunction to NPM
---
llvm/includ
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
I had to manually intervene in a few tests. fcanonicalize.f16.ll is directly
sensitive
to undef vs. poison.
---
Full diff: https://github.com/llvm/llvm-project/pull/130898.diff
3 Files Affected:
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/129865
>From d6256a4bc9e4feab9eb7f10dcad7568ec807fdaf Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Wed, 5 Mar 2025 10:11:27 +
Subject: [PATCH 1/2] [CodeGen][NPM] Port XRayInstrumentation to NPM
---
.../llvm/
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/130898
___
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/130898?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/130896
___
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: undef deprecator found issues in your code. :warning:
You can test this locally with the following command:
``bash
git diff -U0 --pickaxe-regex -S
'([^a-zA-Z0-9#_-]undef[^a-zA-Z0-9_-]|UndefValue::get)'
e1c6682fda904a2728a92e749ebcf01c35e2fa64
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/129853
>From 2caf68544ebb1c635461e082b0565664c9010b02 Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Wed, 5 Mar 2025 08:59:23 +
Subject: [PATCH 1/2] [CodeGen][NPM] Port MachineBlockPlacementStats to NPM
---
..
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
This is the bulk update with perl, with cases which require additional
update left for later.
---
Patch is 300.54 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-proj
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/130062
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -1,5 +1,6 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -mtriple=amdgcn -mcpu=gfx900 -verify-machineinstrs
-run-pass=si-insert-waitcnts %s -o - | FileCheck -check-prefix=GCN %s
+# RUN: llc -mtriple=amdgcn -mcpu=gfx900 -verify-mac
DianQK wrote:
> @DianQK (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.
Fix a per
optimisan 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/130064?utm_source=stack-comment-downstack-mergeability-warning
@@ -24,3 +24,26 @@ entry:
store float %3, ptr %arrayidx.dst, align 4
ret void
}
+
+; All offsets must be positive, so inbounds can be preserved.
arsenm wrote:
Passes for me locally (and fast, so I'm surprised online times out)
https://github.com/llvm/llvm
optimisan 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/130061?utm_source=stack-comment-downstack-mergeability-warning
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/130564
>From 0f09f5616d4b681df5349333991748070e07182c Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Mon, 10 Mar 2025 06:14:27 +
Subject: [PATCH 1/2] [CodeGen][NPM] Port VirtRegRewriter to NPM
Not sure why this
https://github.com/cdevadas approved this pull request.
https://github.com/llvm/llvm-project/pull/130062
___
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 created
https://github.com/llvm/llvm-project/pull/130065
None
>From a19d62578e8f3c13b5cb8c5531e10b25f8f232dd Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Thu, 6 Mar 2025 06:20:13 +
Subject: [PATCH] [AMDGPU][NPM] Port SIPreEmitPeephole to NPM
---
llvm/lib/T
github-actions[bot] wrote:
@SixWeining (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: Lu Weining
Date: 2025-03-11T17:09:56-07:00
New Revision: f09bcfbdc90b300b77cb1ddb6f0cffe386388897
URL:
https://github.com/llvm/llvm-project/commit/f09bcfbdc90b300b77cb1ddb6f0cffe386388897
DIFF:
https://github.com/llvm/llvm-project/commit/f09bcfbdc90b300b77cb1ddb6f0cffe386388897.diff
LO
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/130009
___
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/130009
>From f09bcfbdc90b300b77cb1ddb6f0cffe386388897 Mon Sep 17 00:00:00 2001
From: Lu Weining
Date: Thu, 6 Mar 2025 16:17:12 +0800
Subject: [PATCH] [LoongArch] Relax the restrictions of inlineasm operand
modifier 'u
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/llvmbot updated
https://github.com/llvm/llvm-project/pull/130474
>From f62b50e0e8f170412c95d7c1263c46a400bbeba8 Mon Sep 17 00:00:00 2001
From: DianQK
Date: Fri, 7 Mar 2025 05:46:32 +0800
Subject: [PATCH] [ValueTracking] Skip incoming values that are the same as the
phi in `i
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/130474
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: DianQK
Date: 2025-03-11T17:09:10-07:00
New Revision: f62b50e0e8f170412c95d7c1263c46a400bbeba8
URL:
https://github.com/llvm/llvm-project/commit/f62b50e0e8f170412c95d7c1263c46a400bbeba8
DIFF:
https://github.com/llvm/llvm-project/commit/f62b50e0e8f170412c95d7c1263c46a400bbeba8.diff
LOG: [
github-actions[bot] wrote:
@androm3da (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/130215
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: aankit-ca
Date: 2025-03-11T17:08:06-07:00
New Revision: 50343e517992970f62726d601e53054e588df437
URL:
https://github.com/llvm/llvm-project/commit/50343e517992970f62726d601e53054e588df437
DIFF:
https://github.com/llvm/llvm-project/commit/50343e517992970f62726d601e53054e588df437.diff
LOG
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/130215
>From 50343e517992970f62726d601e53054e588df437 Mon Sep 17 00:00:00 2001
From: aankit-ca
Date: Thu, 6 Mar 2025 15:02:10 -0800
Subject: [PATCH] [HEXAGON] Fix hvx-isel for extract_subvector op (#129672)
Fixes a cr
@@ -58,15 +55,30 @@ class AMDGPUSetWavePriority : public MachineFunctionPass {
const SIInstrInfo *TII;
};
+class AMDGPUSetWavePriorityLegacy : public MachineFunctionPass {
+public:
+ static char ID;
+
+ AMDGPUSetWavePriorityLegacy() : MachineFunctionPass(ID) {}
+
+ String
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/130064
>From 192871bf259c7187ef1b9d2d9daec53470e73264 Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Thu, 6 Mar 2025 06:07:23 +
Subject: [PATCH] [AMDGPU][NPM] Port AMDGPUSetWavePriority to NPM
---
llvm/lib/Tar
https://github.com/cdevadas approved this pull request.
https://github.com/llvm/llvm-project/pull/130066
___
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.
Author: David Green
Date: 2025-03-11T13:52:07-07:00
New Revision: 05be3ca72e392ba5055d2c3e617adaeab89e258b
URL:
https://github.com/llvm/llvm-project/commit/05be3ca72e392ba5055d2c3e617adaeab89e258b
DIFF:
https://github.com/llvm/llvm-project/commit/05be3ca72e392ba5055d2c3e617adaeab89e258b.diff
L
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/129996
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: David Green
Date: 2025-03-11T13:52:07-07:00
New Revision: 32ce5b043c2b6e628e85d89df5461238632d9211
URL:
https://github.com/llvm/llvm-project/commit/32ce5b043c2b6e628e85d89df5461238632d9211
DIFF:
https://github.com/llvm/llvm-project/commit/32ce5b043c2b6e628e85d89df5461238632d9211.diff
L
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/129996
>From 05be3ca72e392ba5055d2c3e617adaeab89e258b Mon Sep 17 00:00:00 2001
From: David Green
Date: Wed, 5 Mar 2025 11:23:33 +
Subject: [PATCH 1/2] [AArch64] Add BE test coverage for popcount. NFC
For #129843
github-actions[bot] wrote:
@dtcxzyw (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/130489
___
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/130489
>From 0e96713a3b293267014b665ec76589c9668c8a9f Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Sun, 9 Mar 2025 21:10:35 +0800
Subject: [PATCH] [ValueTracking] Bail out on x86_fp80 when computing fpclass
with
Author: Yingwei Zheng
Date: 2025-03-11T13:51:06-07:00
New Revision: 0e96713a3b293267014b665ec76589c9668c8a9f
URL:
https://github.com/llvm/llvm-project/commit/0e96713a3b293267014b665ec76589c9668c8a9f
DIFF:
https://github.com/llvm/llvm-project/commit/0e96713a3b293267014b665ec76589c9668c8a9f.diff
github-actions[bot] wrote:
@phoebewang (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/130774
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Phoebe Wang
Date: 2025-03-11T13:49:56-07:00
New Revision: 0fda7e6332554b7a9d3437b6bff6c6d0c30cb760
URL:
https://github.com/llvm/llvm-project/commit/0fda7e6332554b7a9d3437b6bff6c6d0c30cb760
DIFF:
https://github.com/llvm/llvm-project/commit/0fda7e6332554b7a9d3437b6bff6c6d0c30cb760.diff
L
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/130774
>From 0fda7e6332554b7a9d3437b6bff6c6d0c30cb760 Mon Sep 17 00:00:00 2001
From: Phoebe Wang
Date: Tue, 11 Mar 2025 21:20:27 +0800
Subject: [PATCH] [X86][AVX10.2] Fix unexpected larger scope (#130767)
https://godb
github-actions[bot] wrote:
@owenca (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/tstellar closed
https://github.com/llvm/llvm-project/pull/130702
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Owen Pan
Date: 2025-03-11T13:47:19-07:00
New Revision: f7a4e3a4d45dfd53755258cf1bb530c0567eb8ad
URL:
https://github.com/llvm/llvm-project/commit/f7a4e3a4d45dfd53755258cf1bb530c0567eb8ad
DIFF:
https://github.com/llvm/llvm-project/commit/f7a4e3a4d45dfd53755258cf1bb530c0567eb8ad.diff
LOG:
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/130702
>From f7a4e3a4d45dfd53755258cf1bb530c0567eb8ad Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Mon, 10 Mar 2025 19:42:54 -0700
Subject: [PATCH] [clang-format] Don't remove parentheses separated from
ellipsis by c
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.
llvmbot wrote:
@heiher What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/130009
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listin
github-actions[bot] wrote:
@ldionne (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/129305
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Louis Dionne
Date: 2025-03-11T13:26:09-07:00
New Revision: dcc378e862de5ba51174ec1c77a73df8628f178b
URL:
https://github.com/llvm/llvm-project/commit/dcc378e862de5ba51174ec1c77a73df8628f178b
DIFF:
https://github.com/llvm/llvm-project/commit/dcc378e862de5ba51174ec1c77a73df8628f178b.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/129305
>From dcc378e862de5ba51174ec1c77a73df8628f178b Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Fri, 28 Feb 2025 15:41:44 -0500
Subject: [PATCH] [libc++] Guard contents on _LIBCPP_HAS_LOCALIZATION
(#129112)
github-actions[bot] wrote:
@uweigand (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/llvmbot updated
https://github.com/llvm/llvm-project/pull/129286
>From 0f5e7e86e38e6ba249af45f18f3610acef1a9274 Mon Sep 17 00:00:00 2001
From: Jonathan Albrecht
Date: Fri, 28 Feb 2025 04:16:19 -0500
Subject: [PATCH] [SystemZ] Add header guard macros to vecintrin.h (#129170)
Author: Jonathan Albrecht
Date: 2025-03-11T13:24:25-07:00
New Revision: 0f5e7e86e38e6ba249af45f18f3610acef1a9274
URL:
https://github.com/llvm/llvm-project/commit/0f5e7e86e38e6ba249af45f18f3610acef1a9274
DIFF:
https://github.com/llvm/llvm-project/commit/0f5e7e86e38e6ba249af45f18f3610acef1a9274.d
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/129286
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
tstellar wrote:
Merged: 5b552d780ae82b07aaed5703690e6a7cc431ee95
https://github.com/llvm/llvm-project/pull/128879
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/128879
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Elvis Wang
Date: 2025-03-11T13:14:52-07:00
New Revision: 5b552d780ae82b07aaed5703690e6a7cc431ee95
URL:
https://github.com/llvm/llvm-project/commit/5b552d780ae82b07aaed5703690e6a7cc431ee95
DIFF:
https://github.com/llvm/llvm-project/commit/5b552d780ae82b07aaed5703690e6a7cc431ee95.diff
LO
tstellar wrote:
Closing in favor of https://github.com/llvm/llvm-project/pull/128879
https://github.com/llvm/llvm-project/pull/128694
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/128694
___
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/HazardyKnusperkeks approved this pull request.
https://github.com/llvm/llvm-project/pull/130702
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
github-actions[bot] wrote:
@mstorsjo (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/129303
___
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/129303
>From 20adce87104c242ce92ef173849b1d7d5305e8c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Fri, 28 Feb 2025 13:56:16 -0100
Subject: [PATCH] [libc++][ci] Update the Windows toolchains t
@@ -24,7 +25,50 @@ 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.
+struct InductionVariableInfo {
+ /// the operation alloca
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.
@@ -410,7 +417,15 @@ bool SIPreEmitPeephole::removeExeczBranch(MachineInstr &MI,
return true;
}
-bool SIPreEmitPeephole::runOnMachineFunction(MachineFunction &MF) {
+PreservedAnalyses
+llvm::SIPreEmitPeepholePass::run(MachineFunction &MF,
+ Ma
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/130806
___
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/qcolombet approved this pull request.
https://github.com/llvm/llvm-project/pull/130085
___
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 approved this pull request.
https://github.com/llvm/llvm-project/pull/130068
___
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 created
https://github.com/llvm/llvm-project/pull/130067
This completes the PreEmitPasses
>From 740a24098f6d370fa246cf71cb4b3ba80026c932 Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Thu, 6 Mar 2025 06:56:04 +
Subject: [PATCH] [CodeGen][NPM] Port BranchRelaxa
ritter-x2a wrote:
> Started a llvm-compile-time-tracker run to check for compile time impact.
all within +/-0.02% (but I'm not sure if SeparateConstOffsetFromGEP even runs
as part of these benchmarks).
https://github.com/llvm/llvm-project/pull/130617
___
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/130062
>From 48ec9e7d569fa5f181188aafe31fdf23fe494c76 Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Thu, 6 Mar 2025 04:52:38 +
Subject: [PATCH] [AMDGPU][NPM] Port SIInsertHardClauses to NPM
---
llvm/lib/Targe
@@ -116,14 +117,56 @@ static void splitBlock(MachineBasicBlock &MBB,
MachineInstr &MI,
MDT->applyUpdates(DTUpdates);
}
-void SILateBranchLowering::expandChainCall(MachineInstr &MI) {
+static void addRegOrCopyOp(MachineInstrBuilder &MIB, MachineOperand &Op) {
+ if (Op.isReg
https://github.com/mordante updated
https://github.com/llvm/llvm-project/pull/130500
>From 4bd6795cb216306d4b4a1993057f651a3d6e734b Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Sat, 30 Mar 2024 17:35:56 +0100
Subject: [PATCH] [libc++][format] Implements P3107R5 in .
The followup paper P3
https://github.com/mordante updated
https://github.com/llvm/llvm-project/pull/130500
>From 3efe358f31aa13267142dd40a0eb7f401ba65794 Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Sat, 30 Mar 2024 17:35:56 +0100
Subject: [PATCH] [libc++][format] Implements P3107R5 in .
The followup paper P3
Author: Daniel Thornburgh
Date: 2025-03-11T12:15:57-07:00
New Revision: 89c064ef2c24d734b34642192890ae1fe2db0e1b
URL:
https://github.com/llvm/llvm-project/commit/89c064ef2c24d734b34642192890ae1fe2db0e1b
DIFF:
https://github.com/llvm/llvm-project/commit/89c064ef2c24d734b34642192890ae1fe2db0e1b.d
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/130060
>From be751bbb3300a1d1c41e8fc2a66baacf83884c28 Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Wed, 5 Mar 2025 11:06:40 +
Subject: [PATCH] [AMDGPU][NPM] Port SIMemoryLegalizer to NPM
---
llvm/lib/Target/
https://github.com/mordante updated
https://github.com/llvm/llvm-project/pull/130500
>From 053213aa92526e6fccb5824ac2e3e704cebb9a7a Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Sat, 30 Mar 2024 17:35:56 +0100
Subject: [PATCH] [libc++][format] Implements P3107R5 in .
The followup paper P3
@@ -544,3 +544,73 @@ Version 1.1 Root Descriptor
The Version 1.1 RootDescriptor_V1_1 extends the base structure with the
following additional fields:
#. **Flags**: Provides additional metadata about the descriptor's usage
pattern.
+
+Root Descriptor Table
+~~
optimisan 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/130564?utm_source=stack-comment-downstack-mergeability-warning
@@ -24,3 +24,26 @@ entry:
store float %3, ptr %arrayidx.dst, align 4
ret void
}
+
+; All offsets must be positive, so inbounds can be preserved.
arsenm wrote:
Did I port this correctly? https://alive2.llvm.org/ce/z/AdYDtt
https://github.com/llvm/llvm-pro
https://github.com/optimisan ready_for_review
https://github.com/llvm/llvm-project/pull/130064
___
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 238 matches
Mail list logo