Author: Kazu Hirata
Date: 2025-04-14T12:34:31-07:00
New Revision: 73d1e8598eda19be8edd9eaaefc091228c651217
URL:
https://github.com/llvm/llvm-project/commit/73d1e8598eda19be8edd9eaaefc091228c651217
DIFF:
https://github.com/llvm/llvm-project/commit/73d1e8598eda19be8edd9eaaefc091228c651217.diff
L
Author: Hua Tian
Date: 2025-04-14T12:34:31-07:00
New Revision: d88cd35023b42c436517e98d2a0f223394337332
URL:
https://github.com/llvm/llvm-project/commit/d88cd35023b42c436517e98d2a0f223394337332
DIFF:
https://github.com/llvm/llvm-project/commit/d88cd35023b42c436517e98d2a0f223394337332.diff
LOG:
Author: Kajetan Puchalski
Date: 2025-04-14T20:35:15+01:00
New Revision: 34a1afaf7412311f627af671b4339fc92acb305b
URL:
https://github.com/llvm/llvm-project/commit/34a1afaf7412311f627af671b4339fc92acb305b
DIFF:
https://github.com/llvm/llvm-project/commit/34a1afaf7412311f627af671b4339fc92acb305b.d
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.
Author: Yingwei Zheng
Date: 2025-04-14T12:38:12-07:00
New Revision: 0dd4235473d4f5a99c46ea631351616d62e9b32e
URL:
https://github.com/llvm/llvm-project/commit/0dd4235473d4f5a99c46ea631351616d62e9b32e
DIFF:
https://github.com/llvm/llvm-project/commit/0dd4235473d4f5a99c46ea631351616d62e9b32e.diff
@@ -94,10 +144,56 @@ static bool parse(LLVMContext *Ctx,
mcdxbc::RootSignatureDesc &RSD,
static bool verifyRootFlag(uint32_t Flags) { return (Flags & ~0xfff) == 0; }
+static bool verifyShaderVisibility(dxbc::ShaderVisibility Flags) {
+ switch (Flags) {
+
+ case dxbc::Shade
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/135543
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -94,10 +144,56 @@ static bool parse(LLVMContext *Ctx,
mcdxbc::RootSignatureDesc &RSD,
static bool verifyRootFlag(uint32_t Flags) { return (Flags & ~0xfff) == 0; }
+static bool verifyShaderVisibility(dxbc::ShaderVisibility Flags) {
+ switch (Flags) {
+
+ case dxbc::Shade
https://github.com/AaronBallman edited
https://github.com/llvm/llvm-project/pull/133460
___
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/Keenuts approved this pull request.
https://github.com/llvm/llvm-project/pull/135539
___
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/AaronBallman approved this pull request.
LGTM!
https://github.com/llvm/llvm-project/pull/133460
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commi
@@ -1752,7 +1752,14 @@ enum class StringLiteralKind {
UTF8,
UTF16,
UTF32,
- Unevaluated
+ Unevaluated,
+ // Binary kind of string literal is used for the data coming via #embed
+ // directive. File's binary contents is transformed to a special kind of
+ // string lit
BeMg wrote:
Is `users/wangpc-pp/spr/main.riscvnfc-use-bitmasks-generated-by-tablegen` the
correct base branch?
https://github.com/llvm/llvm-project/pull/135600
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.
wangpc-pp wrote:
> Is `users/wangpc-pp/spr/main.riscvnfc-use-bitmasks-generated-by-tablegen` the
> correct base branch?
Oh I forgot to say that this PR is stacked on #135599.
https://github.com/llvm/llvm-project/pull/135600
___
llvm-branch-commits m
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Pengcheng Wang (wangpc-pp)
Changes
So that we don't need to sync-up the table manually.
---
Full diff: https://github.com/llvm/llvm-project/pull/135600.diff
3 Files Affected:
- (modified) llvm/include/llvm/TargetParser/RISCVTa
https://github.com/wangpc-pp created
https://github.com/llvm/llvm-project/pull/135600
So that we don't need to sync-up the table manually.
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman
https://github.com/nikic approved this pull request.
https://github.com/llvm/llvm-project/pull/135543
___
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/davemgreen approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/126018
___
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-transforms
Author: Nikita Popov (nikic)
Changes
Backport of 716b02d8c575afde7af1af13df145019659abca2, with conflicts in the
test resolved.
---
Full diff: https://github.com/llvm/llvm-project/pull/135615.diff
3 Files Affected:
- (modified) llvm/
https://github.com/nikic created
https://github.com/llvm/llvm-project/pull/135615
Backport of 716b02d8c575afde7af1af13df145019659abca2, with conflicts in the
test resolved.
>From e385f5c5b9bd32f89754e8088c29f42a761f2880 Mon Sep 17 00:00:00 2001
From: Dominik Adamski
Date: Thu, 10 Apr 2025 12:
https://github.com/RKSimon approved this pull request.
LGTM as a C/C++ intrinsics rename only cherry pick (the builtins were
additionally renamed in trunk).
https://github.com/llvm/llvm-project/pull/135549
___
llvm-branch-commits mailing list
llvm-bra
https://github.com/wangpc-pp updated
https://github.com/llvm/llvm-project/pull/135600
___
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/nikic milestoned
https://github.com/llvm/llvm-project/pull/135615
___
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/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/131862
>From 139ed0582220175e090f4df4bef144313ed00ccc Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Mon, 17 Mar 2025 06:51:16 -0400
Subject: [PATCH] [SDAG] Introduce inbounds flag for pointer arithmetic
This p
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/132353
>From 164ae855aa5f1fddf3d3977e53f5261c43a25121 Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Fri, 21 Mar 2025 03:33:02 -0400
Subject: [PATCH] [AMDGPU][SDAG] Only fold flat offsets if they are inbounds
F
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/131862
>From 139ed0582220175e090f4df4bef144313ed00ccc Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Mon, 17 Mar 2025 06:51:16 -0400
Subject: [PATCH] [SDAG] Introduce inbounds flag for pointer arithmetic
This p
https://github.com/boomanaiden154 updated
https://github.com/llvm/llvm-project/pull/135539
>From 109923e35d854d63faa5b9599f5fd128bcfe5c79 Mon Sep 17 00:00:00 2001
From: Aiden Grossman
Date: Sun, 13 Apr 2025 11:26:06 +
Subject: [PATCH 1/3] testing
Created using spr 1.3.4
---
.ci/monolithic
@@ -698,6 +698,16 @@ class SIInsertWaitcnts {
// Return the appropriate VMEM_*_ACCESS type for Inst, which must be a VMEM
or
// FLAT instruction.
WaitEventType getVmemWaitEventType(const MachineInstr &Inst) const {
+switch (Inst.getOpcode()) {
Pierre
@@ -19,7 +19,7 @@ body: |
; GFX12-NEXT: {{ $}}
; GFX12-NEXT: renamable $vgpr0 = GLOBAL_LOAD_DWORD_SADDR renamable
$sgpr2_sgpr3, killed $vgpr0, 0, 0, implicit $exec :: (load (s32), addrspace 1)
; GFX12-NEXT: GLOBAL_INV 16, implicit $exec
-; GFX12-NEXT: S_WAIT_L
https://github.com/Pierre-vh ready_for_review
https://github.com/llvm/llvm-project/pull/135340
___
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 milestoned
https://github.com/llvm/llvm-project/pull/135577
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Pierre-vh wrote:
### Merge activity
* **Apr 14, 4:03 AM EDT**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/131624).
https://github.com/llvm/llvm-project/pull/131624
__
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/132353
>From 164ae855aa5f1fddf3d3977e53f5261c43a25121 Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Fri, 21 Mar 2025 03:33:02 -0400
Subject: [PATCH] [AMDGPU][SDAG] Only fold flat offsets if they are inbounds
F
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/132383
>From c57e5228d3143ea83920086bb8a994d1b00a74c5 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Mon, 14 Apr 2025 16:34:00 +0200
Subject: [PATCH] AMDGPU/GlobalISel: add RegBankLegalize rules for exten
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/132383
>From c57e5228d3143ea83920086bb8a994d1b00a74c5 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Mon, 14 Apr 2025 16:34:00 +0200
Subject: [PATCH] AMDGPU/GlobalISel: add RegBankLegalize rules for exten
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/132382
>From ba48a1abb1b10c2f77f9acd137150cfa59de7601 Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Mon, 14 Apr 2025 16:32:49 +0200
Subject: [PATCH] AMDGPU/GlobalISel: add RegBankLegalize rules for AND O
https://github.com/petar-avramovic updated
https://github.com/llvm/llvm-project/pull/132385
>From 2fdf172213d449b78bc6de1ac20d493adda29dbc Mon Sep 17 00:00:00 2001
From: Petar Avramovic
Date: Mon, 14 Apr 2025 16:35:19 +0200
Subject: [PATCH] AMDGPU/GlobalISel: add RegBankLegalize rules for bit s
https://github.com/aeubanks approved this pull request.
I'm surprised these missing libcalls have been missing for so long without
getting fixed
https://github.com/llvm/llvm-project/pull/135706
___
llvm-branch-commits mailing list
llvm-branch-commits@
ilovepi 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/135706?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/135085
>From 9b59d0108f6b23c039e2c417247216862073cd4b Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 9 Apr 2025 21:05:58 +
Subject: [PATCH 1/4] adding support for root constants in metadata generation
-
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/135549
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
fhahn wrote:
I'm not sure if it is feasible to strip the fix down, as it depends quite a few
refactoring patches.
For 20.x, it might be best just not enable epilogue vectorization for
FindLastIV: https://github.com/llvm/llvm-project/pull/135666
https://github.com/llvm/llvm-project/pull/135231
tstellar wrote:
This is a pretty large patch, how safe is this?
https://github.com/llvm/llvm-project/pull/135413
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
uweigand wrote:
> This is a pretty large patch, how safe is this?
A lot of this are test and comment-only changes, which should be harmless.
Beyond that, the only actual changes are
- introduction of the "z17" processor name (three single-line changes)
- the new scheduler description (one sin
tstellar wrote:
Ping @SixWeining
https://github.com/llvm/llvm-project/pull/134014
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
Author: Bruno Cardoso Lopes
Date: 2025-04-14T16:08:09-07:00
New Revision: 64c0c6e2e568a720b0b6755872745b86b51b03f7
URL:
https://github.com/llvm/llvm-project/commit/64c0c6e2e568a720b0b6755872745b86b51b03f7
DIFF:
https://github.com/llvm/llvm-project/commit/64c0c6e2e568a720b0b6755872745b86b51b03f7
https://github.com/llvmbot updated
https://github.com/llvm/llvm-project/pull/134775
>From 73d1e8598eda19be8edd9eaaefc091228c651217 Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Fri, 7 Mar 2025 00:59:25 -0800
Subject: [PATCH 1/3] [CodeGen] Avoid repeated hash lookups (NFC) (#130237)
(cherry
https://github.com/fhahn created
https://github.com/llvm/llvm-project/pull/135666
Back-porting properly freezing of the start value during epilogue
vectorization
(https://github.com/llvm/llvm-project/commit/2bdc1a1337692a5743658ba6b680e5d914e684a4)
is non-trivial. For the 20.x release, just
di
@@ -24,7 +24,11 @@
namespace llvm {
namespace dxil {
-enum class RootSignatureElementKind { Error = 0, RootFlags = 1 };
+enum class RootSignatureElementKind {
joaosaffran wrote:
`RootElements` are not the same as `RootParameters`, the first is a
representati
https://github.com/tstellar closed
https://github.com/llvm/llvm-project/pull/135577
___
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/nikic milestoned
https://github.com/llvm/llvm-project/pull/135666
___
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/135085
>From 9b59d0108f6b23c039e2c417247216862073cd4b Mon Sep 17 00:00:00 2001
From: joaosaffran
Date: Wed, 9 Apr 2025 21:05:58 +
Subject: [PATCH 1/6] adding support for root constants in metadata generation
-
llvmbot wrote:
@llvm/pr-subscribers-backend-sparc
Author: Koakuma (koachan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/135717.diff
2 Files Affected:
- (modified) llvm/lib/Target/Sparc/SparcInstrVIS.td (+13)
- (added) llvm/test/CodeGen/SPARC/float-vis3.ll (+59)
https://github.com/koachan created
https://github.com/llvm/llvm-project/pull/135718
None
___
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/koachan created
https://github.com/llvm/llvm-project/pull/135717
None
___
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-sparc
Author: Koakuma (koachan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/135716.diff
3 Files Affected:
- (modified) llvm/lib/Target/Sparc/SparcISelLowering.cpp (+8-4)
- (modified) llvm/lib/Target/Sparc/SparcInstrVIS.
https://github.com/koachan created
https://github.com/llvm/llvm-project/pull/135714
None
___
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/koachan created
https://github.com/llvm/llvm-project/pull/135715
None
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -316,4 +316,17 @@ def : Pat<(i64 (sext (i32 (bitconvert f32:$src,
(MOVSTOSW $src)>;
def : Pat<(f32 (bitconvert i32:$src)), (MOVWTOS $src)>;
def : Pat<(i64 (bitconvert f64:$src)), (MOVDTOX $src)>;
def : Pat<(f64 (bitconvert i64:$src)), (MOVXTOD $src)>;
+
+// OP-then-neg
llvmbot wrote:
@llvm/pr-subscribers-backend-sparc
Author: Koakuma (koachan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/135713.diff
4 Files Affected:
- (modified) llvm/lib/Target/Sparc/SparcISelLowering.cpp (+5)
- (modified) llvm/lib/Target/Sparc/SparcInstr64Bit.
https://github.com/koachan created
https://github.com/llvm/llvm-project/pull/135716
None
___
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-sparc
Author: Koakuma (koachan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/135714.diff
5 Files Affected:
- (modified) llvm/lib/Target/Sparc/SparcISelLowering.cpp (+4-2)
- (modified) llvm/lib/Target/Sparc/SparcInstrVIS.
llvmbot wrote:
@llvm/pr-subscribers-backend-sparc
Author: Koakuma (koachan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/135718.diff
4 Files Affected:
- (modified) llvm/lib/Target/Sparc/SparcISelLowering.cpp (+7-2)
- (modified) llvm/lib/Target/Sparc/SparcInstrVIS.
llvmbot wrote:
@llvm/pr-subscribers-backend-sparc
Author: Koakuma (koachan)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/135715.diff
3 Files Affected:
- (modified) llvm/lib/Target/Sparc/SparcISelLowering.cpp (+3-2)
- (modified) llvm/lib/Target/Sparc/SparcInstrVIS.
https://github.com/SixWeining approved this pull request.
Sorry I missed it. LGTM.
https://github.com/llvm/llvm-project/pull/134014
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/
https://github.com/Mel-Chen approved this pull request.
LGTM, thank you!
https://github.com/llvm/llvm-project/pull/135666
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branc
101 - 167 of 167 matches
Mail list logo