llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Mariusz Sikora (mariusz-sikora-at-amd)
Changes
---
Patch is 23.58 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/130041.diff
12 Files Affected:
- (modified) llvm/include/llvm/IR/In
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: Mariusz Sikora (mariusz-sikora-at-amd)
Changes
---
Patch is 23.58 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/130041.diff
12 Files Affected:
- (modified) llvm/include/llvm/IR/Intrinsic
https://github.com/heiher approved this pull request.
LGTM.
https://github.com/llvm/llvm-project/pull/130009
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Diana Picus (rovka)
Changes
This represents a hardware mode supported only for wave32 compute shaders. When
enabled, we set the `.dynamic_vgpr_en` field of `.compute_registers` to true in
the PAL metadata.
---
Full diff: https:/
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/129997
Backport 4c2d1b4c53de d4ab3df320f9
Requested by: @davemgreen
>From e9619c1c70840718b0a59901d2da788b176597ee Mon Sep 17 00:00:00 2001
From: David Green
Date: Tue, 4 Mar 2025 21:46:55 +
Subject: [PATCH 1/2]
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Diana Picus (rovka)
Changes
In dynamic VGPR mode, we can allocate up to 8 blocks of either 16 or 32 VGPRs
(based on a chip-wide setting which we can model with a Subtarget feature).
Update some of the subtarget helpers to reflect
Author: Benjamin Chetioui
Date: 2025-03-06T16:26:44+01:00
New Revision: 1d72977e0198033e8ae7f7317abec09d59b330de
URL:
https://github.com/llvm/llvm-project/commit/1d72977e0198033e8ae7f7317abec09d59b330de
DIFF:
https://github.com/llvm/llvm-project/commit/1d72977e0198033e8ae7f7317abec09d59b330de.d
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Matt Arsenault (arsenm)
Changes
Subregister defs are illegal in SSA. Surprisingly this enables folding
into subregister insert patterns in one test.
---
Full diff: https://github.com/llvm/llvm-project/pull/130086.diff
2 Files Affec
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Diana Picus (rovka)
Changes
The llvm.amdgcn.cs.chain intrinsic has a 'flags' operand which may indicate
that we want to reallocate the VGPRs before performing the call.
A call with the following arguments:
```
llvm.amdgcn.cs.chai
Author: Vitaly Buka
Date: 2025-03-06T07:57:35-08:00
New Revision: 76911bfffd150a5c5ef0f8ec54ba526ffc09cafb
URL:
https://github.com/llvm/llvm-project/commit/76911bfffd150a5c5ef0f8ec54ba526ffc09cafb
DIFF:
https://github.com/llvm/llvm-project/commit/76911bfffd150a5c5ef0f8ec54ba526ffc09cafb.diff
L
llvmbot wrote:
@arsenm What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/130017
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/joaosaffran edited
https://github.com/llvm/llvm-project/pull/129759
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/129797
>From 82a7de3b1a22eb7f7630d5b2d6998916ede45a8c Mon Sep 17 00:00:00 2001
From: joaosaffran <[email protected]>
Date: Tue, 4 Mar 2025 14:32:03 -0800
Subject: [PATCH 1/2] Updating Ro
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 c29d8202c06488a9466aea49dda4cf2b4663236e
296a9db2611c31497fb40b5b01a027440dcda2a5 --e
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: None (llvmbot)
Changes
Backport 7d4d8509cbec7eecd8aaf2510015b54bc5c173e1
Requested by: @owenca
---
Full diff: https://github.com/llvm/llvm-project/pull/130702.diff
2 Files Affected:
- (modified) clang/lib/Format/UnwrappedLinePar
llvmbot wrote:
@HazardyKnusperkeks What do you think about merging this PR to the release
branch?
https://github.com/llvm/llvm-project/pull/130702
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/m
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/130702
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matheus Izvekov (mizvekov)
Changes
This changes the MemberPointerType representation to use a NestedNameSpecifier
instead of a Type to represent the class.
Since the qualifiers are always parsed as nested names, there was an impedance
mi
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130061.diff
7 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+8-1)
- (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130062.diff
6 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+7-1)
- (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130060.diff
4 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+8-1)
- (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130064.diff
5 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+8-1)
- (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130065.diff
7 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+8-1)
- (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
This completes the PreEmitPasses
---
Full diff: https://github.com/llvm/llvm-project/pull/130067.diff
10 Files Affected:
- (added) llvm/include/llvm/CodeGen/BranchRelaxation.h (+25)
- (modified)
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130068.diff
8 Files Affected:
- (added) llvm/include/llvm/CodeGen/RemoveLoadsIntoFakeUses.h (+30)
- (modified) llvm/include/llvm/InitializeP
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130066.diff
10 Files Affected:
- (added) llvm/include/llvm/CodeGen/PostRAHazardRecognizer.h (+26)
- (modified) llvm/include/llvm/Initiali
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/130585
Backport dd21aacd76e36d4db157a5d7a7b5370d456426e6
Requested by: @DianQK
>From 5449b176ebe63b354ac63e177aff9215c4726060 Mon Sep 17 00:00:00 2001
From: DianQK
Date: Mon, 10 Mar 2025 19:34:07 +0800
Subject: [PATC
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport dd21aacd76e36d4db157a5d7a7b5370d456426e6
Requested by: @DianQK
---
Full diff: https://github.com/llvm/llvm-project/pull/130585.diff
3 Files Affected:
- (modified) llvm/include/llvm/CodeGen/MachineI
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 f20b44edd8de0001efd809147599e48966e51606
061150df047480e1bcf44460b0ff745e5d6a4b65 --e
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/130580
Backport 8d38906d08f0189a7a7f865b267f47cab0a3790f
Requested by: @marcauberer
>From b3515aa07b42164268a835e3f5874f49056a2e22 Mon Sep 17 00:00:00 2001
From: Marc Auberer
Date: Mon, 10 Mar 2025 11:53:45 +0100
Sub
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/130580
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: None (llvmbot)
Changes
Backport 8d38906d08f0189a7a7f865b267f47cab0a3790f
Requested by: @marcauberer
---
Full diff: https://github.com/llvm/llvm-project/pull/130580.diff
1 Files Affected:
- (modified) llvm/lib/IR/User.cpp (+6)
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Akshat Oke (optimisan)
Changes
Not sure why this is squished into VirtRegMap.h
---
Full diff: https://github.com/llvm/llvm-project/pull/130564.diff
12 Files Affected:
- (modified) llvm/include/llvm/CodeGen/VirtRegMap.h (+15)
- (m
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
Not sure why this is squished into VirtRegMap.h
---
Full diff: https://github.com/llvm/llvm-project/pull/130564.diff
12 Files Affected:
- (modified) llvm/include/llvm/CodeGen/VirtRegMap.h (+15)
-
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/129857.diff
8 Files Affected:
- (added) llvm/include/llvm/CodeGen/FEntryInserter.h (+25)
- (modified) llvm/include/llvm/InitializePasses.h (
llvmbot wrote:
@llvm/pr-subscribers-backend-aarch64
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/129866.diff
8 Files Affected:
- (added) llvm/include/llvm/CodeGen/PatchableFunction.h (+30)
- (modified) llvm/include/llvm/InitializePas
@@ -143,11 +170,43 @@ void XRayInstrumentation::prependRetWithPatchableExit(
}
}
-bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) {
+PreservedAnalyses
+XRayInstrumentationPass::run(MachineFunction &MF,
+ MachineFunctionAnalys
llvmbot wrote:
@llvm/pr-subscribers-mlir-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch introduces a use for the new `getBlockArgsPairs` to avoid having to
manually list each applicable clause.
Also, the `numClauseBlockArgs()` function is introduced, which simplifies the
impl
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
This patch introduces a use for the new `getBlockArgsPairs` to avoid having to
manually list each applicable clause.
Also, the `numClauseBlockArgs()` function is introduced,
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Sergio Afonso (skatrak)
Changes
This patch introduces a use for the new `getBlockArgsPairs` to avoid having to
manually list each applicable clause.
Also, the `numClauseBlockArgs()` function is introduced, which simplifies the
implem
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
@llvm/pr-subscribers-llvm-transforms
Author: Fabian Ritter (ritter-x2a)
Changes
If we know that the initial GEP was inbounds, and we change it to a
sequence of GEPs from the same base pointer where every offset is
non-negative, then the ne
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport fcce3084cb43a12f2e6e19b8e5b655f3df8739d6
Requested by: @phoebewang
---
Full diff: https://github.com/llvm/llvm-project/pull/130774.diff
2 Files Affected:
- (modified) llvm/lib/Target/X86/X86InstrSS
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/129865.diff
9 Files Affected:
- (added) llvm/include/llvm/CodeGen/XRayInstrumentation.h (+25)
- (modified) llvm/include/llvm/InitializePasse
@@ -143,11 +170,43 @@ void XRayInstrumentation::prependRetWithPatchableExit(
}
}
-bool XRayInstrumentation::runOnMachineFunction(MachineFunction &MF) {
+PreservedAnalyses
+XRayInstrumentationPass::run(MachineFunction &MF,
+ MachineFunctionAnalys
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130059.diff
5 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+7-1)
- (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.
Author: Benjamin Maxwell
Date: 2025-03-11T12:10:13Z
New Revision: 00e5b6d7e46ef55325676ed4fd95a2f6929cb0c7
URL:
https://github.com/llvm/llvm-project/commit/00e5b6d7e46ef55325676ed4fd95a2f6929cb0c7
DIFF:
https://github.com/llvm/llvm-project/commit/00e5b6d7e46ef55325676ed4fd95a2f6929cb0c7.diff
L
llvmbot wrote:
@RKSimon What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/130774
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/130774
Backport fcce3084cb43a12f2e6e19b8e5b655f3df8739d6
Requested by: @phoebewang
>From 39addf851df56f44f1d3ef79fbce7a03bd17ec82 Mon Sep 17 00:00:00 2001
From: Phoebe Wang
Date: Tue, 11 Mar 2025 21:20:27 +0800
Subje
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/130774
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Akshat Oke (optimisan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/130063.diff
6 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPU.h (+9-1)
- (modified) llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport 29d3fc3f11d272a72ac255af9277c740f26c3dfc
Requested by: @androm3da
---
Patch is 38.60 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/130215.diff
4 Fi
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
Author: Akshat Oke (optimisan)
Changes
Not sure why this is squished into VirtRegMap.h
---
Full diff: https://github.com/llvm/llvm-project/pull/130564.diff
12 Files Affected:
- (modified) llvm/include/llvm/CodeGen/VirtRegMap.h (+15)
-
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Yaxun (Sam) Liu (yxsamliu)
Changes
When inferring host device attr of virtual dtor of explicit template class
instantiation, clang should be conservative. This guarantees dtors that may
call host functions not to have implicit device attr
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/130585
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinf
@@ -200,6 +223,27 @@ Options
int *changing_pointee = &value;
changing_pointee = &result;
+.. option:: TransformPointersAsPointers
+
+ Provides fixit-hints for pointers if the value it pointing to is not changed.
+ Default is `false`.
+
+ Requires 'WarnPointersAsPoin
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/130585
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -200,6 +223,27 @@ Options
int *changing_pointee = &value;
changing_pointee = &result;
+.. option:: TransformPointersAsPointers
+
+ Provides fixit-hints for pointers if the value it pointing to is not changed.
EugeneZelenko wrote:
```suggestion
P
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
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport c93dc581d979eb20ded470d2c16e51b3e775f6e7
Requested by: @pawosm-arm
---
Full diff: https://github.com/llvm/llvm-project/pull/129225.diff
10 Files Affected:
- (modified)
libcxx/test/std/input.output/iost
llvmbot wrote:
@DavidSpickett What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/129225
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/129225
Backport c93dc581d979eb20ded470d2c16e51b3e775f6e7
Requested by: @pawosm-arm
>From ffaeee01fb36600c52d418f2d10416e7e068b0c4 Mon Sep 17 00:00:00 2001
From: Paul Osmialowski
Date: Fri, 28 Feb 2025 10:54:08 +
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/129225
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@uweigand What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/129286
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/list
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport ddaa5b3bfb2980f79c6f277608ad33a6efe8d554
Requested by: @uweigand
---
Full diff: https://github.com/llvm/llvm-project/pull/129286.diff
1 Files Affected:
- (modified) clang/lib/Headers/vecintrin.h (+
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/129251.diff
1 Files Affected:
- (modified) llvm/unittests/Support/ProgramTest.cpp (+6-6)
``diff
diff --git a/llvm/unittests/Supp
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/129286
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/129286
Backport ddaa5b3bfb2980f79c6f277608ad33a6efe8d554
Requested by: @uweigand
>From 290d4aef3ac84d0bd60243a850fc87553c714835 Mon Sep 17 00:00:00 2001
From: Jonathan Albrecht
Date: Fri, 28 Feb 2025 04:16:19 -0500
S
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Ádám Kallai (kaadam)
Changes
Perf will be able to report SPE branch events as similar as it does with LBR
brstack.
Therefore we can utilize the existing LBR parsing process for SPE as well.
Example of the SPE brstack input format:
```bash
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
Author: Matt Arsenault (arsenm)
Changes
The actual exec error will not be immediate in the parent when
using the fork path. The error will manifest on the wait. The
ExecuteNoWait test was also expecting the immediate wait.
I hacked up the e
paperchalice wrote:
I would prefer generic regalloc pipeline tunning options, X86 backend also has
the same feature request, but it is related to generic builder design. I'm fine
with this change if AMDGPU maintainers approve it.
https://github.com/llvm/llvm-project/pull/129035
___
1207Montes wrote:
{shutdown}*⬇️
{Block}
*{Accidentally only*}
https://github.com/llvm/llvm-project/pull/129035
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/1207Montes requested changes to this pull request.
{shutdown}⬇️
https://github.com/llvm/llvm-project/pull/129035
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/
Author: Valentin Clement (バレンタイン クレメン)
Date: 2025-02-26T20:13:14-08:00
New Revision: 08e60faf08e0121861a30302088cfe095bc144b7
URL:
https://github.com/llvm/llvm-project/commit/08e60faf08e0121861a30302088cfe095bc144b7
DIFF:
https://github.com/llvm/llvm-project/commit/08e60faf08e0121861a30302088cf
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
Backports ffc61dc393e4 0968df9c3a55 2d585ccecc45
Fixes #105482
---
Full diff: https://github.com/llvm/llvm-project/pull/128996.diff
11 Files Affected:
- (modified) clang/docs/
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Helena Kotas (hekota)
Changes
Fixes #126791
---
Full diff: https://github.com/llvm/llvm-project/pull/128991.diff
10 Files Affected:
- (modified) clang/lib/CodeGen/CGHLSLRuntime.cpp (+31-7)
- (modified) clang/lib/CodeGen/CGHLSLRuntime.h
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Helena Kotas (hekota)
Changes
Fixes #126791
---
Full diff: https://github.com/llvm/llvm-project/pull/128991.diff
10 Files Affected:
- (modified) clang/lib/CodeGen/CGHLSLRuntime.cpp (+31-7)
- (modified) clang/lib/CodeGen/CGHLS
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/129383
Backport 2709366f75b054e2cba4f61310de5a9605f4aa24
Requested by: @dtcxzyw
>From e7b661513407984df3e2e8e149ddfe13bc11d063 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Sat, 1 Mar 2025 20:21:28 +0800
Subject
llvmbot wrote:
@llvm/pr-subscribers-backend-x86
Author: None (llvmbot)
Changes
Backport 2709366f75b054e2cba4f61310de5a9605f4aa24
Requested by: @dtcxzyw
---
Full diff: https://github.com/llvm/llvm-project/pull/129383.diff
2 Files Affected:
- (modified) llvm/lib/CodeGen/SelectionDAG/DAG
llvmbot wrote:
@RKSimon What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/129383
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/129383
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/129303
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
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/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
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
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:
@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/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
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
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/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
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/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
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
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
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.
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
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
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/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)
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.
9401 - 9500 of 66762 matches
Mail list logo