https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120598
>From e262387ca4870f7bae5de152b954461fa0311eb2 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Thu, 19 Dec 2024 11:19:39 -0500
Subject: [PATCH] [SelectionDAG][X86] Widen <2 x T> vector types for atomic
load
Vector ty
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/125432
>From de6a81035509ce371f750cce4a74118a04c1e17d Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 31 Jan 2025 13:12:56 -0500
Subject: [PATCH] [SelectionDAG][X86] Remove unused elements from atomic
vector.
After spl
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/137605
___
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/137605
Backport a0c4876eede8e68de22dc5296b037556c7cca981
Requested by: @dtcxzyw
>From 3e865307db75052a0e317e71fe0526bfc2545fbd Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Mon, 28 Apr 2025 17:24:46 +0800
Subjec
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/137605
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/137606
Backport 8abc917fe04140b6c6088a67e0398f637efde808
Requested by: @dtcxzyw
>From 42d442a1b0eb00df2d5cf8d5ce1dede550fd3d3f Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Thu, 24 Apr 2025 00:12:30 +0800
Subjec
llvmbot wrote:
@nikic What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/137606
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/137606
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport a0c4876eede8e68de22dc5296b037556c7cca981
Requested by: @dtcxzyw
---
Full diff: https://github.com/llvm/llvm-project/pull/137605.diff
4 Files Affected:
- (modified) llvm/lib/Transforms/InstCombi
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport 8abc917fe04140b6c6088a67e0398f637efde808
Requested by: @dtcxzyw
---
Full diff: https://github.com/llvm/llvm-project/pull/137606.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/InstCombi
llvmbot wrote:
@arsenm What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/137608
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listin
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport 3e1e4062e1e95031c32c0ed9786647ef1a4141aa
Requested by: @dtcxzyw
---
Full diff: https://github.com/llvm/llvm-project/pull/137608.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/InstCombi
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/137608
Backport 3e1e4062e1e95031c32c0ed9786647ef1a4141aa
Requested by: @dtcxzyw
>From fbe3db8268cbb4f2a3e479520637a5bfd4e6a302 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Sat, 26 Apr 2025 14:03:12 +0800
Subjec
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/137608
___
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/137284
>From 7ac964196fc9195165dc1128d0f889f6ff1a93b4 Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Fri, 25 Apr 2025 22:28:48 +
Subject: [PATCH 1/8] addressing comments
---
llvm/include/llvm/Object/DXConta
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/137284
>From 7ac964196fc9195165dc1128d0f889f6ff1a93b4 Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Fri, 25 Apr 2025 22:28:48 +
Subject: [PATCH 1/9] addressing comments
---
llvm/include/llvm/Object/DXConta
https://github.com/joaosaffran edited
https://github.com/llvm/llvm-project/pull/137284
___
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/137284
>From a38f10b51ac930be4bb5a5718d204d9f2d0c0396 Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Fri, 25 Apr 2025 05:09:08 +
Subject: [PATCH 1/6] refactoring mcdxbc struct to store root parameters out of
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Finn Plummer (inbelic)
Changes
- It was determined to define the parsing methods much more inline with a
recursive descent parser to follow the EBNF notation better
- As part of this change, we decided to go with a calling convention to th
llvmbot wrote:
@llvm/pr-subscribers-hlsl
Author: Finn Plummer (inbelic)
Changes
- It was determined to define the parsing methods much more inline with a
recursive descent parser to follow the EBNF notation better
- As part of this change, we decided to go with a calling convention to the
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Shilei Tian (shiltian)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/136798.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp (+3)
- (added) llvm/test/Transforms/InferAddres
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Shilei Tian (shiltian)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/136798.diff
2 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp (+3)
- (added) llvm/test/Transforms/InferAddre
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/136752
Backport d6622df115c0de92bf8fc10f8787345ff96b26cc
Requested by: @mstorsjo
>From bbd6029c2d3ff9abb25cc37f6a4c92bbfcbfc862 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Tue, 22 Apr 2025
llvmbot wrote:
@philnik777 What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/136752
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/136752
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-libcxx
Author: None (llvmbot)
Changes
Backport d6622df115c0de92bf8fc10f8787345ff96b26cc
Requested by: @mstorsjo
---
Full diff: https://github.com/llvm/llvm-project/pull/136752.diff
2 Files Affected:
- (modified)
libcxx/test/std/language.support/sup
@@ -73,24 +75,50 @@ struct ShaderHash {
std::vector Digest;
};
-#define ROOT_ELEMENT_FLAG(Num, Val) bool Val = false;
-
struct RootConstantsYaml {
uint32_t ShaderRegister;
uint32_t RegisterSpace;
uint32_t Num32BitValues;
};
+#define ROOT_DESCRIPTOR_FLAG(Num, Val
Author: Jan Patrick Lehr
Date: 2025-04-23T00:43:51+02:00
New Revision: a3d764184b1edf23e43090c2fd6dcc833a802a05
URL:
https://github.com/llvm/llvm-project/commit/a3d764184b1edf23e43090c2fd6dcc833a802a05
DIFF:
https://github.com/llvm/llvm-project/commit/a3d764184b1edf23e43090c2fd6dcc833a802a05.di
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
@llvm/pr-subscribers-mlir-llvm
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
After removing host operations from the device MLIR module, it is no longer
necessary to provide special codegen logic to prevent these operati
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
@llvm/pr-subscribers-mlir
Author: Sergio Afonso (skatrak)
Changes
This patch adds assertions to map-related MLIR to LLVM IR translation functions
and utils to explicitly document whether they are intended for host or device
compilation onl
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
@llvm/pr-subscribers-flang-openmp
Author: Sergio Afonso (skatrak)
Changes
This patch updates the function filtering OpenMP pass intended to remove host
functions from the MLIR module created by Flang lowering when targeting an
OpenMP ta
llvmbot wrote:
@llvm/pr-subscribers-mlir-llvm
Author: Tom Eccles (tblah)
Changes
This is basically identical to cancel except without the if clause.
taskgroup will be implemented in a followup PR.
---
Full diff: https://github.com/llvm/llvm-project/pull/137205.diff
5 Files Affected:
-
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Tom Eccles (tblah)
Changes
This is basically identical to cancel except without the if clause.
taskgroup will be implemented in a followup PR.
---
Full diff: https://github.com/llvm/llvm-project/pull/137205.diff
5 Files Affected:
- (mod
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Tom Eccles (tblah)
Changes
This is quite ugly but it is the best I could think of. The old FiniCBWrapper
was way too brittle depending upon the exact block structure inside of the
section, and could be confused by any control flow
llvmbot wrote:
@llvm/pr-subscribers-mlir
Author: Tom Eccles (tblah)
Changes
Taskloop support will follow in a later patch.
---
Full diff: https://github.com/llvm/llvm-project/pull/137194.diff
3 Files Affected:
- (modified)
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslatio
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/137179
Backport 57530c23a53b5e003d389437637f61c5b9814e22
Requested by: @nikic
>From 7972daff23be375db8218ac8ea04e8b9e18fb2b3 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Thu, 24 Apr 2025 15:15:47 +0200
Subject:
llvmbot wrote:
@fhahn What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/137179
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/137179
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Krzysztof Parzyszek (kparzysz)
Changes
The UPDATE clause can be specified on both ATOMIC and DEPOBJ directives.
Currently, the ATOMIC directive has its own handling of it, and the definition
of the UPDATE clause only supports it
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Krzysztof Parzyszek (kparzysz)
Changes
The UPDATE clause can be specified on both ATOMIC and DEPOBJ directives.
Currently, the ATOMIC directive has its own handling of it, and the definition
of the UPDATE clause only supports its u
llvmbot wrote:
@llvm/pr-subscribers-flang-semantics
Author: Krzysztof Parzyszek (kparzysz)
Changes
The UPDATE clause can be specified on both ATOMIC and DEPOBJ directives.
Currently, the ATOMIC directive has its own handling of it, and the definition
of the UPDATE clause only supports it
llvmbot wrote:
@llvm/pr-subscribers-openacc
Author: Krzysztof Parzyszek (kparzysz)
Changes
The OpenMP implementation of the ATOMIC construct will change in the near
future to accommodate OpenMP 6.0. This patch separates the shared
implementations to avoid interfering with OpenACC.
---
llvmbot wrote:
@llvm/pr-subscribers-flang-fir-hlfir
Author: Krzysztof Parzyszek (kparzysz)
Changes
The OpenMP implementation of the ATOMIC construct will change in the near
future to accommodate OpenMP 6.0. This patch separates the shared
implementations to avoid interfering with OpenACC
llvmbot wrote:
@llvm/pr-subscribers-backend-systemz
Author: Kai Nacke (redstar)
Changes
Sections which are not allowed to carry data are marked as virtual. Only
complication when writing out the text is that it must be written in chunks of
32k-1 bytes, which is done by having a wrapper s
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 ba1223ae5a08197d30d3fb285a725a5278549e74
0e5c36a691fcbaa6f63c46f4cf86fa16857e137c --e
Author: Stephen Tozer
Date: 2025-04-25T00:33:24+01:00
New Revision: 2db36d8693610acbe87bed2f10e49ca938429bde
URL:
https://github.com/llvm/llvm-project/commit/2db36d8693610acbe87bed2f10e49ca938429bde
DIFF:
https://github.com/llvm/llvm-project/commit/2db36d8693610acbe87bed2f10e49ca938429bde.diff
Author: Schrodinger ZHU Yifan
Date: 2025-04-24T19:32:58-04:00
New Revision: 8ce5c04559d3c66700fa8e62bcc47a6b02c29535
URL:
https://github.com/llvm/llvm-project/commit/8ce5c04559d3c66700fa8e62bcc47a6b02c29535
DIFF:
https://github.com/llvm/llvm-project/commit/8ce5c04559d3c66700fa8e62bcc47a6b02c295
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/125432
>From b0d976b4858248fdf7dc3f638984f6394b12b3fd Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 31 Jan 2025 13:12:56 -0500
Subject: [PATCH] [SelectionDAG][X86] Remove unused elements from atomic
vector.
After spl
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/125432
>From b0d976b4858248fdf7dc3f638984f6394b12b3fd Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 31 Jan 2025 13:12:56 -0500
Subject: [PATCH] [SelectionDAG][X86] Remove unused elements from atomic
vector.
After spl
https://github.com/davidtrevelyan approved this pull request.
https://github.com/llvm/llvm-project/pull/137353
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120716
>From a4b1e36c80ff37096ccfb41b84cf39a8a6405262 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 20 Dec 2024 06:14:28 -0500
Subject: [PATCH] [AtomicExpand] Add bitcasts when expanding load atomic vector
AtomicExpan
koachan wrote:
Wait yeah I forgot about this, sorry sorry...
Lemme merge this~
https://github.com/llvm/llvm-project/pull/135894
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From 3fd1c8a3fce161f17aef0cf58f234307e20df80b Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for unaligned >1 sizes.
Unaligned atomic ve
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/137490
Backport 6c3373534305a2ce23dd939344dd0a387a09fe88
Requested by: @wangpc-pp
>From 6dca7d1c58600f0d8a2a170c4b34a5733a16ed1a Mon Sep 17 00:00:00 2001
From: Pengcheng Wang
Date: Sun, 27 Apr 2025 11:12:47 +0800
Sub
llvmbot wrote:
@topperc What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/137490
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listi
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 6c3373534305a2ce23dd939344dd0a387a09fe88
Requested by: @wangpc-pp
---
Full diff: https://github.com/llvm/llvm-project/pull/137490.diff
3 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+2)
- (
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/137490
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/136688
>From 425d1aad294f1132ed90d79ff51320ac2dfcb72d Mon Sep 17 00:00:00 2001
From: Luke Lau
Date: Mon, 21 Apr 2025 16:04:25 +0800
Subject: [PATCH] [RISCV] Handle scalarized reductions in
getArithmeticReductionCost
llvmbot wrote:
@llvm/pr-subscribers-flang-parser
Author: Krzysztof Parzyszek (kparzysz)
Changes
The UPDATE clause can be specified on both ATOMIC and DEPOBJ directives.
Currently, the ATOMIC directive has its own handling of it, and the definition
of the UPDATE clause only supports its u
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Diana Picus (rovka)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/136847.diff
2 Files Affected:
- (modified) llvm/lib/CodeGen/PrologEpilogInserter.cpp (+4-4)
- (modified) llvm/lib/Target/AMDGPU/SIRegisterIn
Author: Diana Picus
Date: 2025-04-23T13:04:37+02:00
New Revision: 334e3a844e6b02e400cc83fed2f71b3fe273a42e
URL:
https://github.com/llvm/llvm-project/commit/334e3a844e6b02e400cc83fed2f71b3fe273a42e
DIFF:
https://github.com/llvm/llvm-project/commit/334e3a844e6b02e400cc83fed2f71b3fe273a42e.diff
L
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/136863
Backport 1ce709c
Requested by: @NickGuy-Arm
>From b1cf8e2bf71cd71ce8f5e3499563747bdd3e0b18 Mon Sep 17 00:00:00 2001
From: Nicholas Guy
Date: Wed, 23 Apr 2025 13:19:18 +0100
Subject: [PATCH] [LV] Fix crash when
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/136863
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@fhahn What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/136863
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinf
llvmbot wrote:
@llvm/pr-subscribers-llvm-transforms
Author: Sam Tebbs (SamTebbs33)
Changes
This PR adds support for extensions of different signedness to
VPMulAccumulateReductionRecipe and allows such partial reductions to be bundled
into that class.
---
Patch is 25.75 KiB, truncated t
Author: Diana Picus
Date: 2025-04-23T13:19:46+02:00
New Revision: be7adaf7ee21096215578816514b119da68e4cc8
URL:
https://github.com/llvm/llvm-project/commit/be7adaf7ee21096215578816514b119da68e4cc8
DIFF:
https://github.com/llvm/llvm-project/commit/be7adaf7ee21096215578816514b119da68e4cc8.diff
L
https://github.com/CarolineConcatto approved this pull request.
Thank you Jonathan,
LGTM!
https://github.com/llvm/llvm-project/pull/137703
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/li
llvmbot wrote:
@llvm/pr-subscribers-bolt
Author: Anatoly Trosinenko (atrosinenko)
Changes
An authenticated pointer can be explicitly checked by the compiler via a
sequence of instructions that executes BRK on failure. It is important
to recognize such BRK instruction as checking every regi
https://github.com/CarolineConcatto approved this pull request.
I could not spot any significant difference between fmin and fminimum. So I
believe this is fine. Thank you for the work Jonathan
https://github.com/llvm/llvm-project/pull/137702
___
llv
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:
@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/llvmbot updated
https://github.com/llvm/llvm-project/pull/137615
>From c877757659e8d5d23610035ccbdeec8d96f6215b Mon Sep 17 00:00:00 2001
From: Anutosh Bhat
Date: Sat, 26 Apr 2025 12:16:26 +0530
Subject: [PATCH] [clang-repl] : Fix clang-repl crash with --cuda flag
(#136404)
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137628
>From 02afcbf63fee21d4acef0761693791f270460fec Mon Sep 17 00:00:00 2001
From: Jonas Paulsson
Date: Mon, 28 Apr 2025 07:04:07 -0600
Subject: [PATCH] [SystemZ] Fix compile time regression in
adjustInliningThresho
github-actions[bot] wrote:
@anutosh491 (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.
github-actions[bot] wrote:
@DavidSpickett (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 P
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137616
>From 8c2dc1b5aa7fc25d2083b60f04687f307bfc4e37 Mon Sep 17 00:00:00 2001
From: Anutosh Bhat
Date: Tue, 1 Apr 2025 18:03:45 +0530
Subject: [PATCH] [clang-repl] Implement LoadDynamicLibrary for clang-repl wasm
use
github-actions[bot] wrote:
@anutosh491 (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/136752
>From ec28b8f9cc7f2ac187d8a617a6d08d5e56f9120e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Tue, 22 Apr 2025 22:41:56 +0300
Subject: [PATCH] [libcxx] [test] Extend mingw workarounds for
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/137179
>From 1cf8c7797d2b2447a0eadd1443498bc9be38042e Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Thu, 24 Apr 2025 15:15:47 +0200
Subject: [PATCH] [GlobalOpt] Do not promote malloc if there are atomic
loads/stor
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137606
>From 57a31e183dc8cf8b291768330f628ede741d98d2 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Thu, 24 Apr 2025 00:12:30 +0800
Subject: [PATCH] [InstCombine] Do not fold logical is_finite test (#136851)
This
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/137608
>From f4779c389868d0edc05322059bf23434ae340349 Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Sat, 26 Apr 2025 14:03:12 +0800
Subject: [PATCH] [InstCombine] Preserve signbit semantics of NaN with fold to
fa
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:
@JonPsson1 (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.
github-actions[bot] wrote:
⚠️ We detected that you are using a GitHub private e-mail address to contribute
to the repo. Please turn off [Keep my email addresses
private](https://github.com/settings/emails) setting in your account. See
[LLVM
Discourse](https://discourse.llvm.org/t/hidden-email
llvmbot wrote:
@llvm/pr-subscribers-hlsl
Author: Finn Plummer (inbelic)
Changes
- defines the `parseRootConstantParams` function and adds handling for the
mandatory arguments of `num32BitConstants` and `bReg`
- adds corresponding unit tests
Part two of implementing #126576
---
Full di
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/138017
Backport f5a30f111dc4ad6422863722eb708059a68a9d5c
Requested by: @tstellar
>From bc9b07f09ab1c728e4dcce614eb4ccfa2e5e52c7 Mon Sep 17 00:00:00 2001
From: Losy001 <[email protected]>
Date:
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/138017
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@rnk What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/138017
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Finn Plummer (inbelic)
Changes
- defines the `parseRootConstantParams` function and adds handling for the
mandatory arguments of `num32BitConstants` and `bReg`
- adds corresponding unit tests
Part two of implementing #126576
---
Full d
llvmbot wrote:
@llvm/pr-subscribers-hlsl
@llvm/pr-subscribers-clang
Author: Finn Plummer (inbelic)
Changes
- extends `parseRootConstantParams` and the struct to include the optional
parameters of a RootConstant
- adds corresponding unit tests
Part three of and resolves https://github.co
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/134072
>From 24805c2e0817e67055af85a8740f04385dfbd08a Mon Sep 17 00:00:00 2001
From: Yuval Deutscher
Date: Mon, 31 Mar 2025 18:20:40 +0300
Subject: [PATCH] [lldb] Use correct path for lldb-server executable (#131519)
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/125432
>From d382b955279cf3699599f1885e4c47af5f5bda2e Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 31 Jan 2025 13:12:56 -0500
Subject: [PATCH] [SelectionDAG][X86] Remove unused elements from atomic
vector.
After spl
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120386
>From cb2e5bc0ea3c3d0ccc3f684ef9bced8b30c7e74e Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:38:23 -0500
Subject: [PATCH] [X86] Manage atomic load of fp -> int promotion in DAG
When lowering atom
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120716
>From be154f89c03bf89ee99d213ca954c77c44fc4e9c Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 20 Dec 2024 06:14:28 -0500
Subject: [PATCH] [AtomicExpand] Add bitcasts when expanding load atomic vector
AtomicExpan
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120598
>From 867af9f33e61399964c51dd0c40dfcf37ec0a1e0 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Thu, 19 Dec 2024 11:19:39 -0500
Subject: [PATCH] [SelectionDAG][X86] Widen <2 x T> vector types for atomic
load
Vector ty
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120598
>From 867af9f33e61399964c51dd0c40dfcf37ec0a1e0 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Thu, 19 Dec 2024 11:19:39 -0500
Subject: [PATCH] [SelectionDAG][X86] Widen <2 x T> vector types for atomic
load
Vector ty
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120640
>From 79fce921b0cb321760da43ede34e58d4e0880d33 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Thu, 19 Dec 2024 16:25:55 -0500
Subject: [PATCH] [SelectionDAG][X86] Split via Concat vector types for
atomic load
Vecto
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120716
>From be154f89c03bf89ee99d213ca954c77c44fc4e9c Mon Sep 17 00:00:00 2001
From: jofrn
Date: Fri, 20 Dec 2024 06:14:28 -0500
Subject: [PATCH] [AtomicExpand] Add bitcasts when expanding load atomic vector
AtomicExpan
https://github.com/jofrn updated
https://github.com/llvm/llvm-project/pull/120387
>From a60144bede07d2ca53f5f3a48009b10d10f8c082 Mon Sep 17 00:00:00 2001
From: jofrn
Date: Wed, 18 Dec 2024 03:40:32 -0500
Subject: [PATCH] [X86] Add atomic vector tests for unaligned >1 sizes.
Unaligned atomic ve
8601 - 8700 of 66762 matches
Mail list logo