https://github.com/nikic approved this pull request.
Backporting crash fixes is fine at this point, especially if they're simple and
self-contained like this.
https://github.com/llvm/llvm-project/pull/128518
___
llvm-branch-commits mailing list
llvm-b
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128694
Backport 8009c1f
Requested by: @fhahn
>From 508d5e45a57affceeb87e69a99ebb65efde88478 Mon Sep 17 00:00:00 2001
From: Elvis Wang
Date: Tue, 25 Feb 2025 11:09:09 +0800
Subject: [PATCH] [LV][VPlan] Prevent calcula
llvmbot wrote:
@fhahn What do you think about merging this PR to the release branch?
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
llvmbot wrote:
@llvm/pr-subscribers-vectorizers
@llvm/pr-subscribers-llvm-transforms
Author: None (llvmbot)
Changes
Backport 8009c1f
Requested by: @fhahn
---
Full diff: https://github.com/llvm/llvm-project/pull/128694.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Vectorize/L
https://github.com/llvmbot milestoned
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/tblah approved this pull request.
https://github.com/llvm/llvm-project/pull/128518
___
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/fhahn approved this pull request.
This fixes a potential crash with assertions enabled, would be good to pick to
avoid assertions.
https://github.com/llvm/llvm-project/pull/128694
___
llvm-branch-commits mailing list
llvm-branch-com
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128686
___
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-llvm-support
Author: None (llvmbot)
Changes
Backport e65d3882af6fcc15342451ad4f9494b1ba6b9b9d
Requested by: @hahnjo
---
Full diff: https://github.com/llvm/llvm-project/pull/128686.diff
1 Files Affected:
- (modified) llvm/include/llvm/Support/ScopedP
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128686
Backport e65d3882af6fcc15342451ad4f9494b1ba6b9b9d
Requested by: @hahnjo
>From 84aebf371d0e6adc6fb9b5ed5c57655377572cca Mon Sep 17 00:00:00 2001
From: Jonas Hahnfeld
Date: Fri, 21 Feb 2025 21:19:56 +0100
Subjec
llvmbot wrote:
@dwblaikie What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128686
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128690
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128690
Backport 366daddfad9aa38ebb7d40055cf65f4ecb7dd6f9
Requested by: @ChuanqiXu9
>From ae054ed78e210b120cc86b5dae802151f542fdb3 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Tue, 25 Feb 2025 13:29:42 +0800
Subjec
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 366daddfad9aa38ebb7d40055cf65f4ecb7dd6f9
Requested by: @ChuanqiXu9
---
Full diff: https://github.com/llvm/llvm-project/pull/128690.diff
1 Files Affected:
- (modified) c
https://github.com/bogner approved this pull request.
https://github.com/llvm/llvm-project/pull/128577
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -134,12 +134,12 @@ TEST(RootSignature, ParseRootFlags) {
)"));
uint8_t Buffer[] = {
- 0x44, 0x58, 0x42, 0x43, 0x32, 0x9A, 0x53, 0xD8, 0xEC, 0xBE, 0x35, 0x6F,
- 0x05, 0x39, 0xE1, 0xFE, 0x31, 0x20, 0xF0, 0xC1, 0x01, 0x00, 0x00, 0x00,
+ 0x44, 0x58, 0x42, 0
github-actions[bot] wrote:
@amy-kwan (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/128764
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Amy Kwan
Date: 2025-02-25T15:01:32-08:00
New Revision: 5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1
URL:
https://github.com/llvm/llvm-project/commit/5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1
DIFF:
https://github.com/llvm/llvm-project/commit/5d3b9e2f92bbb6c1f3b4bb68f1f63aff72aaa7b1.diff
LOG:
keith wrote:
Seems good to me!
https://github.com/llvm/llvm-project/pull/128793
___
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/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 01/11] first working version
---
.../llvm/MC/DXContainerRootS
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/128281
>From d93b45487feba452868706b31e6e59e0bb1a5d19 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 12 Dec 2024 10:53:41 +0900
Subject: [PATCH 1/2] RegAllocFast: Fix verifier errors after assigning to
reserv
Author: Akshat Oke
Date: 2025-02-26T10:54:09+05:30
New Revision: 6ea4e1e1415d4902c69670343205b5c44f51514a
URL:
https://github.com/llvm/llvm-project/commit/6ea4e1e1415d4902c69670343205b5c44f51514a
DIFF:
https://github.com/llvm/llvm-project/commit/6ea4e1e1415d4902c69670343205b5c44f51514a.diff
LO
arsenm wrote:
### Merge activity
* **Feb 26, 1:16 AM EST**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/128281).
https://github.com/llvm/llvm-project/pull/128281
_
arsenm wrote:
### Merge activity
* **Feb 26, 1:16 AM EST**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/128400).
https://github.com/llvm/llvm-project/pull/128400
_
arsenm wrote:
### Merge activity
* **Feb 26, 1:16 AM EST**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/128469).
https://github.com/llvm/llvm-project/pull/128469
_
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/128469
>From 4e83e255ae747198877c0b5534a4656bca4b4b1d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Sun, 23 Feb 2025 11:21:34 +0700
Subject: [PATCH 1/2] RegAlloc: Use new approach to handling failed allocations
T
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/128469
>From 4e83e255ae747198877c0b5534a4656bca4b4b1d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Sun, 23 Feb 2025 11:21:34 +0700
Subject: [PATCH 1/2] RegAlloc: Use new approach to handling failed allocations
T
https://github.com/joaosaffran closed
https://github.com/llvm/llvm-project/pull/128577
___
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/128793
>From 560ac756cb18db3f6252b4d43e0444b10fd36e8b Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 25 Feb 2025 16:10:20 -0800
Subject: [PATCH] [CMake][Release] Statically link ZSTD on all OSes (#128554)
This
Author: Tom Stellard
Date: 2025-02-25T17:08:20-08:00
New Revision: 560ac756cb18db3f6252b4d43e0444b10fd36e8b
URL:
https://github.com/llvm/llvm-project/commit/560ac756cb18db3f6252b4d43e0444b10fd36e8b
DIFF:
https://github.com/llvm/llvm-project/commit/560ac756cb18db3f6252b4d43e0444b10fd36e8b.diff
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/128793
___
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:
@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/damyanp approved this pull request.
https://github.com/llvm/llvm-project/pull/128577
___
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/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 01/12] first working version
---
.../llvm/MC/DXContainerRootS
https://github.com/vitalybuka updated
https://github.com/llvm/llvm-project/pull/128654
___
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/vitalybuka updated
https://github.com/llvm/llvm-project/pull/128654
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128793
Backport 09832777d830e0fddff84bf36793ec4e453656b0
Requested by: @tstellar
>From 2ca80566033289f3401f4ee8957eb166dad04f62 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 25 Feb 2025 16:10:20 -0800
Subjec
llvmbot wrote:
@keith What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128793
___
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/128793
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (llvmbot)
Changes
Backport 09832777d830e0fddff84bf36793ec4e453656b0
Requested by: @tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/128793.diff
1 Files Affected:
- (modified) clang/cmake/caches/Release.cmake (+1-3
Author: Nikita Popov
Date: 2025-02-25T16:13:18-08:00
New Revision: b8b7fce446a6516be6bee61456e7292f7c1afb86
URL:
https://github.com/llvm/llvm-project/commit/b8b7fce446a6516be6bee61456e7292f7c1afb86
DIFF:
https://github.com/llvm/llvm-project/commit/b8b7fce446a6516be6bee61456e7292f7c1afb86.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128539
>From b8b7fce446a6516be6bee61456e7292f7c1afb86 Mon Sep 17 00:00:00 2001
From: Nikita Popov
Date: Mon, 24 Feb 2025 18:06:51 +0100
Subject: [PATCH] [PPC][MC] Restore support for case-insensitive register names
(#
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/tstellar closed
https://github.com/llvm/llvm-project/pull/128539
___
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/128730
>From a2112e20c736b1648ada1aa0b976f42fedf62a23 Mon Sep 17 00:00:00 2001
From: Tom Stellard
Date: Tue, 25 Feb 2025 07:33:42 -0800
Subject: [PATCH] [CMake][Release] Enable bolt optimization for clang on Linux
(#1
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/128730
___
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:
@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/bogner updated
https://github.com/llvm/llvm-project/pull/128699
>From be9554eabde52e6feb37ad91935ee73aacdf00d6 Mon Sep 17 00:00:00 2001
From: Justin Bogner
Date: Sat, 22 Feb 2025 12:40:46 -0800
Subject: [PATCH 1/2] [DirectX] Support the CBufferLoadLegacy operation
Fixes #112
https://github.com/llvm-beanz approved this pull request.
https://github.com/llvm/llvm-project/pull/128698
___
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/farzonl approved this pull request.
https://github.com/llvm/llvm-project/pull/128698
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -421,12 +421,15 @@ static bool isLTOPostLink(ThinOrFullLTOPhase Phase) {
static CoroConditionalWrapper buildCoroWrapper(ThinOrFullLTOPhase Phase) {
// TODO: Skip passes according to Phase.
aeubanks wrote:
remove TODO?
https://github.com/llvm/llvm-project/
https://github.com/aeubanks approved this pull request.
https://github.com/llvm/llvm-project/pull/128654
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -12,44 +12,59 @@
using namespace llvm;
using namespace llvm::mcdxbc;
+void setRewrite(raw_ostream &Stream, uint32_t &Offset) {
+ const uint32_t DummyValue = std::numeric_limits::max();
+ Offset = Stream.tell();
+ support::endian::write(Stream, DummyValue, llvm::endiannes
@@ -12,44 +12,59 @@
using namespace llvm;
using namespace llvm::mcdxbc;
+void setRewrite(raw_ostream &Stream, uint32_t &Offset) {
+ const uint32_t DummyValue = std::numeric_limits::max();
+ Offset = Stream.tell();
+ support::endian::write(Stream, DummyValue, llvm::endiannes
@@ -12,44 +12,59 @@
using namespace llvm;
using namespace llvm::mcdxbc;
+void setRewrite(raw_ostream &Stream, uint32_t &Offset) {
+ const uint32_t DummyValue = std::numeric_limits::max();
+ Offset = Stream.tell();
+ support::endian::write(Stream, DummyValue, llvm::endiannes
https://github.com/damyanp edited
https://github.com/llvm/llvm-project/pull/128577
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -12,44 +12,59 @@
using namespace llvm;
using namespace llvm::mcdxbc;
+void setRewrite(raw_ostream &Stream, uint32_t &Offset) {
damyanp wrote:
I think these two functions are only used from within this cpp. Should either
be marked as static, or in an anon
@@ -12,44 +12,59 @@
using namespace llvm;
using namespace llvm::mcdxbc;
+void setRewrite(raw_ostream &Stream, uint32_t &Offset) {
+ const uint32_t DummyValue = std::numeric_limits::max();
+ Offset = Stream.tell();
+ support::endian::write(Stream, DummyValue, llvm::endiannes
https://github.com/damyanp requested changes to this pull request.
A few nits, and I want to make sure that existing clients of this binary format
can cope with a value of 0 for StaticSamplersOffset.
https://github.com/llvm/llvm-project/pull/128577
__
@@ -478,6 +494,10 @@ Changes to the LLVM tools
* llvm-objcopy now prints the correct file path in the error message when the
output file specified by `--dump-section` cannot be opened.
+* llvm-cxxfilt now supports demangling call expressions encoded using `cp`
instead of `c
https://github.com/hubert-reinterpretcast updated
https://github.com/llvm/llvm-project/pull/128764
>From d8479f20064d7043bf3caf466968fadab2ccb45e Mon Sep 17 00:00:00 2001
From: Amy Kwan
Date: Tue, 25 Feb 2025 13:21:45 -0600
Subject: [PATCH 1/2] [PowerPC] Update LLVM 20.1.0 Release Notes
---
c
@@ -816,6 +822,19 @@ def CreateHandle : DXILOp<57, createHandle> {
let attributes = [Attributes];
}
+def CBufferLoadLegacy : DXILOp<59, cbufferLoadLegacy> {
+ let Doc = "reads from a TypedBuffer";
hekota wrote:
```suggestion
let Doc = "reads from a const
https://github.com/hekota edited
https://github.com/llvm/llvm-project/pull/128699
___
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/hekota approved this pull request.
LGTM! Just one copy-paste nit.
https://github.com/llvm/llvm-project/pull/128699
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
amy-kwan wrote:
@hubert-reinterpretcast Thanks for catching the typo!
https://github.com/llvm/llvm-project/pull/128764
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-c
@@ -134,12 +134,12 @@ TEST(RootSignature, ParseRootFlags) {
)"));
uint8_t Buffer[] = {
- 0x44, 0x58, 0x42, 0x43, 0x32, 0x9A, 0x53, 0xD8, 0xEC, 0xBE, 0x35, 0x6F,
- 0x05, 0x39, 0xE1, 0xFE, 0x31, 0x20, 0xF0, 0xC1, 0x01, 0x00, 0x00, 0x00,
+ 0x44, 0x58, 0x42, 0
llvmbot wrote:
@llvm/pr-subscribers-llvm-support
Author: None (llvmbot)
Changes
Backport 44d1dbd24c20a0ee93063dcf44d68e2b8f0bf77c
Requested by: @dtcxzyw
---
Full diff: https://github.com/llvm/llvm-project/pull/128717.diff
4 Files Affected:
- (modified) llvm/include/llvm/ADT/APFloat.h
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/128717
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/128717
Backport 44d1dbd24c20a0ee93063dcf44d68e2b8f0bf77c
Requested by: @dtcxzyw
>From 21a6ae4cfdf1f364fe18cf152fe9eff543b4899b Mon Sep 17 00:00:00 2001
From: Yingwei Zheng
Date: Tue, 25 Feb 2025 22:03:17 +0800
Subjec
llvmbot wrote:
@arsenm What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/128717
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/128717
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-directx
Author: Justin Bogner (bogner)
Changes
Make sure we're able to print cbuffer comments in a way that's compatible with
DXC.
Fixes #128562
---
Full diff: https://github.com/llvm/llvm-project/pull/128698.diff
2 Files Affected:
- (modif
https://github.com/bogner created
https://github.com/llvm/llvm-project/pull/128698
Make sure we're able to print cbuffer comments in a way that's compatible with
DXC.
Fixes #128562
>From 155483b100e7e60d62b966dfd56747a2c64a94dd Mon Sep 17 00:00:00 2001
From: Justin Bogner
Date: Sat, 22 Feb 2
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 7e00339e259f01f8b18d409760d78eee2460aeee
be9554eabde52e6feb37ad91935ee73aacdf00d6 --e
https://github.com/arsenm approved this pull request.
https://github.com/llvm/llvm-project/pull/128702
___
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/guy-david edited
https://github.com/llvm/llvm-project/pull/127666
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Guy David (guy-david)
Changes
Requires https://github.com/llvm/llvm-project/pull/128745.
Lower it slightly below the likeliness of a null-check to be true which is set
to 37.5% (see PtrUntakenProb).
Otherwise, it will split the e
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
Author: Guy David (guy-david)
Changes
Requires https://github.com/llvm/llvm-project/pull/128745.
Lower it slightly below the likeliness of a null-check to be true which is set
to 37.5% (see PtrUntakenProb).
Otherwise, it will split the
llvmbot wrote:
@llvm/pr-subscribers-backend-arm
@llvm/pr-subscribers-backend-powerpc
Author: Guy David (guy-david)
Changes
Requires https://github.com/llvm/llvm-project/pull/128745.
Lower it slightly below the likeliness of a null-check to be true which is set
to 37.5% (see PtrUntakenPro
Author: Yingwei Zheng
Date: 2025-02-25T08:25:08-08:00
New Revision: 69ee30f9db773048d314db466aaa187b6843c3c0
URL:
https://github.com/llvm/llvm-project/commit/69ee30f9db773048d314db466aaa187b6843c3c0
DIFF:
https://github.com/llvm/llvm-project/commit/69ee30f9db773048d314db466aaa187b6843c3c0.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128518
>From 350e0e2b45331279a003d3ab7c7178680e533158 Mon Sep 17 00:00:00 2001
From: David Truby
Date: Fri, 21 Feb 2025 18:50:52 +
Subject: [PATCH] [flang] fix AArch64 PCS for struct following pointer
(#127802)
P
llvmbot wrote:
@llvm/pr-subscribers-llvm-ir
Author: None (llvmbot)
Changes
Backport af68927a831c45b92248b1f6fc24d445be42dd91
Requested by: @SLTozer
---
Full diff: https://github.com/llvm/llvm-project/pull/128734.diff
2 Files Affected:
- (modified) llvm/lib/IR/Instruction.cpp (+1-4)
-
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/128518
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: David Truby
Date: 2025-02-25T08:27:06-08:00
New Revision: 350e0e2b45331279a003d3ab7c7178680e533158
URL:
https://github.com/llvm/llvm-project/commit/350e0e2b45331279a003d3ab7c7178680e533158
DIFF:
https://github.com/llvm/llvm-project/commit/350e0e2b45331279a003d3ab7c7178680e533158.diff
L
androm3da wrote:
> @androm3da What do you think about merging this PR to the release branch?
well I just love that idea, tyvm @llvmbot
https://github.com/llvm/llvm-project/pull/128738
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llv
https://github.com/jmorse approved this pull request.
LGTM too as per Orlando's analysis
https://github.com/llvm/llvm-project/pull/128734
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
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/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 1/7] first working version
---
.../llvm/MC/DXContainerRootSig
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 01/10] first working version
---
.../llvm/MC/DXContainerRootS
https://github.com/amy-kwan created
https://github.com/llvm/llvm-project/pull/128764
This PR adds LLVM 20.1.0 release notes that are related to the PowerPC target.
>From d8479f20064d7043bf3caf466968fadab2ccb45e Mon Sep 17 00:00:00 2001
From: Amy Kwan
Date: Tue, 25 Feb 2025 13:21:45 -0600
Subje
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Amy Kwan (amy-kwan)
Changes
This PR adds LLVM 20.1.0 release notes that are related to the PowerPC target.
---
Full diff: https://github.com/llvm/llvm-project/pull/128764.diff
2 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/128577
>From 767b7d02bf71e6e0137e2b5f9f9b8d8b799ac81f Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Sat, 22 Feb 2025 06:19:15 +
Subject: [PATCH 1/8] first working version
---
.../llvm/MC/DXContainerRootSig
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128686
>From 83081919e42376eb3cdbb8267daaf8da0691f9ae Mon Sep 17 00:00:00 2001
From: Jonas Hahnfeld
Date: Fri, 21 Feb 2025 21:19:56 +0100
Subject: [PATCH] [Support] Ensure complete type DelimitedScope (#127459)
`JSONS
Author: Chuanqi Xu
Date: 2025-02-25T08:15:51-08:00
New Revision: eb389b1259c35ea0f91b8aba133bca4a8ab9f4ab
URL:
https://github.com/llvm/llvm-project/commit/eb389b1259c35ea0f91b8aba133bca4a8ab9f4ab
DIFF:
https://github.com/llvm/llvm-project/commit/eb389b1259c35ea0f91b8aba133bca4a8ab9f4ab.diff
LO
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
Author: Younan Zhang
Date: 2025-02-25T08:30:16-08:00
New Revision: d919b8d97b12c24a13e1e92aa66ef1421e20104b
URL:
https://github.com/llvm/llvm-project/commit/d919b8d97b12c24a13e1e92aa66ef1421e20104b
DIFF:
https://github.com/llvm/llvm-project/commit/d919b8d97b12c24a13e1e92aa66ef1421e20104b.diff
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/128639
>From d919b8d97b12c24a13e1e92aa66ef1421e20104b Mon Sep 17 00:00:00 2001
From: Younan Zhang
Date: Tue, 25 Feb 2025 14:35:07 +0800
Subject: [PATCH] [Clang] Handle instantiating captures in
addInstantiatedCaptures
https://github.com/OCHyams approved this pull request.
LGTM - IIUC without this patch we run into failed verifier checks, e.g. in the
SimplifyCFG case outlined in the test.
This patch could have a knock-on effect, blocking optimisations beyond the one
in the test, but that's what the user sign
tstellar wrote:
@fhahn I can't merge this yet due to the test failure.
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-
1 - 100 of 200 matches
Mail list logo