https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/131256
None
>From c2d9e5b611da357eea217904717d6676e4646eaa Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:35:11 +0700
Subject: [PATCH] AMDGPU: Remove undef in subreg-coalescer-crash.ll
---
..
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Also remove an undef use
---
Full diff: https://github.com/llvm/llvm-project/pull/131257.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/bug-vopc-commute.ll (+47-6)
``diff
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/131256?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/131254
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/131257?utm_source=stack-comment-downstack-mergeability-warning";
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/131255?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/131259
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/131255
___
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-globalisel
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
I suspect the first function at least is not usefully testing
the original failure.
---
Full diff: https://github.com/llvm/llvm-project/pull/131255.diff
1 File
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/131257
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/131256
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/131258
___
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: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/131256.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/subreg-coalescer-crash.ll (+19-13)
``diff
diff --git a/llv
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/131258?utm_source=stack-comment-downstack-mergeability-warning";
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
Author: Matt Arsenault (arsenm)
Changes
This wasn't checking anything. Also remove undef uses.
---
Full diff: https://github.com/llvm/llvm-project/pull/131259.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/reg-coalescer-
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/4] Updated the test as reviewers suggested.
Created usin
llvmbot wrote:
@llvm/pr-subscribers-backend-hexagon
Author: None (llvmbot)
Changes
Backport d642eec78fc94ef3c5266dc0b10b8c51ea046e7a
Requested by: @androm3da
---
Full diff: https://github.com/llvm/llvm-project/pull/131270.diff
2 Files Affected:
- (modified) llvm/lib/Target/Hexagon/Hex
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131255
>From 9eeb3a6aa1ff43ea4b60320ffb532db1b1a772b3 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:27:08 +0700
Subject: [PATCH] AMDGPU: Switch a test with only function label checks to
genera
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/131255
I suspect the first function at least is not usefully testing
the original failure.
>From a0b3a1c68d44fc0aaf680503001eae57137979da Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:27:08 +0
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
This wasn't checking anything. Also remove undef uses.
---
Full diff: https://github.com/llvm/llvm-project/pull/131259.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/reg-coalescer-s
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/131259?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/131254
None
>From a9ed4e3b97281d17174077e1e5be012ab70b6b57 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:20:37 +0700
Subject: [PATCH] AMDGPU: Replace undef references with poison in some MIR
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/131254?utm_source=stack-comment-downstack-mergeability-warning";
arsenm wrote:
### Merge activity
* **Mar 13, 10:46 PM EDT**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/131103).
https://github.com/llvm/llvm-project/pull/131103
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131258
>From 810371b2bc4945b5818308abfe0703eb59343481 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 09:00:37 +0700
Subject: [PATCH] AMDGPU: Add generated checks to compile only test
Also replace
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117037
>From 6a12be2c5b60a95a06875b0b2c4f14228d1fa882 Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Wed, 12 Mar 2025 23:30:01 +
Subject: [PATCH] Fix EOF newlines.
Created using spr 1.3.6-beta.1
---
clang/test/Dri
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/117036
___
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/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87575
>From 1a8d810d352fbe84c0521c7614689b60ade693c8 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Tue, 19 Nov 2024 15:25:34 -0800
Subject: [PATCH 1/4] Fixed the tests and addressed most of the review
comm
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/131270
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131254
>From 2e03138f1e53fd481861c5aaa780a889daa191eb Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:20:37 +0700
Subject: [PATCH] AMDGPU: Replace undef references with poison in some MIR
tests
arsenm wrote:
### Merge activity
* **Mar 13, 10:46 PM EDT**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/131101).
https://github.com/llvm/llvm-project/pull/131101
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/131270
Backport d642eec78fc94ef3c5266dc0b10b8c51ea046e7a
Requested by: @androm3da
>From aacfe069eaacb4c1b562308fe6be7808fc50ba8b Mon Sep 17 00:00:00 2001
From: aankit-ca
Date: Thu, 13 Mar 2025 12:48:31 -0700
Subject:
llvmbot wrote:
@iajbar What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/131270
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listin
https://github.com/HighCommander4 updated
https://github.com/llvm/llvm-project/pull/131074
>From aeeb8f20927850b11c66110021fe404576ff084f Mon Sep 17 00:00:00 2001
From: Nathan Ridge
Date: Thu, 13 Mar 2025 01:23:03 -0400
Subject: [PATCH] [clang][HeuristicResolver] Default argument heuristic for
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/87576
>From 6b67376bd5e1f21606017c83cc67f2186ba36a33 Mon Sep 17 00:00:00 2001
From: Necip Fazil Yildiran
Date: Thu, 13 Mar 2025 01:41:04 +
Subject: [PATCH 1/4] Updated the test as reviewers suggested.
Created usin
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Also replace an undef use
---
Full diff: https://github.com/llvm/llvm-project/pull/131258.diff
1 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/swdev282079.ll (+26-2)
``diff
dif
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/131259
This wasn't checking anything. Also remove undef uses.
>From ab94652a381edcb9ebe2a9b36f67ea13f391dcab Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 09:14:10 +0700
Subject: [PATCH] AMDGPU:
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/131258
Also replace an undef use
>From 054d0f34e83192f7aceacb99db18746d5dfab617 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 09:00:37 +0700
Subject: [PATCH] AMDGPU: Add generated checks to compi
llvmbot wrote:
@llvm/pr-subscribers-llvm-globalisel
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Patch is 102.20 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/131254.diff
11 Files Affected:
- (modified)
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/131257
Also remove an undef use
>From 568de613be189432152c007ab89e9b73cbd333d6 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 08:41:22 +0700
Subject: [PATCH] AMDGPU: Switch a test to generated che
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131257
>From 77fef8e3337bd6ccbce04c38de4365eb155d4172 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 08:41:22 +0700
Subject: [PATCH] AMDGPU: Switch a test to generated checks which only tested
lab
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131255
>From 9eeb3a6aa1ff43ea4b60320ffb532db1b1a772b3 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:27:08 +0700
Subject: [PATCH] AMDGPU: Switch a test with only function label checks to
genera
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131259
>From 494add88ab7be9eb33aaa3489634457df033c90f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 09:14:10 +0700
Subject: [PATCH] AMDGPU: Use generated tests in reg-coalescer-sched-crash.ll
tes
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131254
>From 2e03138f1e53fd481861c5aaa780a889daa191eb Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:20:37 +0700
Subject: [PATCH] AMDGPU: Replace undef references with poison in some MIR
tests
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131256
>From 5202d325afa9704a5b18e37353a410d9079855a4 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:35:11 +0700
Subject: [PATCH] AMDGPU: Remove undef in subreg-coalescer-crash.ll
---
.../Code
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131259
>From 494add88ab7be9eb33aaa3489634457df033c90f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 09:14:10 +0700
Subject: [PATCH] AMDGPU: Use generated tests in reg-coalescer-sched-crash.ll
tes
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131258
>From 810371b2bc4945b5818308abfe0703eb59343481 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 09:00:37 +0700
Subject: [PATCH] AMDGPU: Add generated checks to compile only test
Also replace
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131257
>From 77fef8e3337bd6ccbce04c38de4365eb155d4172 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Fri, 14 Mar 2025 08:41:22 +0700
Subject: [PATCH] AMDGPU: Switch a test to generated checks which only tested
lab
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131256
>From 5202d325afa9704a5b18e37353a410d9079855a4 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:35:11 +0700
Subject: [PATCH] AMDGPU: Remove undef in subreg-coalescer-crash.ll
---
.../Code
https://github.com/pravinjagtap edited
https://github.com/llvm/llvm-project/pull/131092
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131106
>From d96b1dffd5e7ec3b1d8552fdd34ff596fd9a7f2e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:05:26 +0700
Subject: [PATCH] AMDGPU: Fix broken negative test from ancient times
Before the
@@ -1,12 +1,22 @@
-; RUN: llc -mtriple=amdgcn -verify-machineinstrs %s -o - | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=tahiti %s -o - | FileCheck %s
-; CHECK-LABEL: foo
-;
https://github.com/pravinjagtap approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/131103
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/pravinjagtap edited
https://github.com/llvm/llvm-project/pull/131103
___
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/pravinjagtap approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/131101
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/pravinjagtap approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/131095
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/pravinjagtap edited
https://github.com/llvm/llvm-project/pull/131101
___
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/pravinjagtap edited
https://github.com/llvm/llvm-project/pull/131110
___
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/pravinjagtap approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/131110
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/daltenty approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/130865
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131110
>From c456233f87c3cbed80298649463abddf3e78df7d Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:14:29 +0700
Subject: [PATCH] AMDGPU: Use generated checks in test missing checks
---
.../Co
https://github.com/Pierre-vh approved this pull request.
https://github.com/llvm/llvm-project/pull/131063
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131103
>From 1b2dc4629c9348d64d98d0d187600082587d8a89 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 15:07:57 +0700
Subject: [PATCH] AMDGPU: Replace some test undef uses with poison
---
.../Globa
https://github.com/Pierre-vh approved this pull request.
https://github.com/llvm/llvm-project/pull/131062
___
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/pravinjagtap approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/131084
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/131092
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
arsenm wrote:
### Merge activity
* **Mar 13, 9: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/131092).
https://github.com/llvm/llvm-project/pull/131092
_
@@ -1,12 +1,22 @@
-; RUN: llc -mtriple=amdgcn -verify-machineinstrs %s -o - | FileCheck %s
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn -mcpu=tahiti %s -o - | FileCheck %s
-; CHECK-LABEL: foo
-;
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/131106
___
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/130617
>From c957d905bea1d664564a08dbca0909b905920a8c Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Mon, 10 Mar 2025 06:55:10 -0400
Subject: [PATCH 1/2] [SeparateConstOffsetFromGEP] Preserve inbounds flag based
https://github.com/ritter-x2a updated
https://github.com/llvm/llvm-project/pull/130617
>From c957d905bea1d664564a08dbca0909b905920a8c Mon Sep 17 00:00:00 2001
From: Fabian Ritter
Date: Mon, 10 Mar 2025 06:55:10 -0400
Subject: [PATCH 1/2] [SeparateConstOffsetFromGEP] Preserve inbounds flag based
https://github.com/pravinjagtap approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/131102
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
https://github.com/kparzysz created
https://github.com/llvm/llvm-project/pull/131163
This uses OmpDirectiveSpecification in the rest of the standalone directives.
>From 01dd3f55995e507ddee61e80e3eb29e35f722c0f Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek
Date: Mon, 10 Mar 2025 15:42:42 -
https://github.com/pravinjagtap edited
https://github.com/llvm/llvm-project/pull/131102
___
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/pravinjagtap edited
https://github.com/llvm/llvm-project/pull/131095
___
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: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/131084.diff
2 Files Affected:
- (modified) llvm/test/CodeGen/AMDGPU/inline-constraints.ll (+3-3)
- (modified) llvm/test/CodeGen/AMDGPU/s
https://github.com/uweigand approved this pull request.
https://github.com/llvm/llvm-project/pull/130998
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131103
>From b07ce09af4d3619c20a3e96be7eb497f4c8e22ad Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 15:07:57 +0700
Subject: [PATCH] AMDGPU: Replace some test undef uses with poison
---
.../Globa
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131110
>From 137161f1259bd9c09fd59ec360f8e5cd111c7a8e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 16:14:29 +0700
Subject: [PATCH] AMDGPU: Use generated checks in test missing checks
---
.../Co
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131101
>From 94e7a51783c878035c8e463dfb6931fc84fe066f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 14:55:45 +0700
Subject: [PATCH] AMDGPU: Replace test uses of ptr addrspace(5) undef with
poison
https://github.com/joaosaffran closed
https://github.com/llvm/llvm-project/pull/129797
___
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 closed
https://github.com/llvm/llvm-project/pull/129759
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
FireBurn wrote:
The reduced case works assuming you mean:
```
template typename> typename>
struct foo {};
template typename>
struct bar {};
using baz = foo;
```
https://github.com/llvm/llvm-project/pull/130950
___
llvm-branch-commits mailing list
llvmbot wrote:
@higher-performance What do you think about merging this PR to the release
branch?
https://github.com/llvm/llvm-project/pull/131209
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/m
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/131209
___
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 8c7f0eaa6ee3f84e3d8260535cced234bed4fa28
Requested by: @higher-performance
---
Full diff: https://github.com/llvm/llvm-project/pull/131209.diff
1 Files Affected:
- (modified) clang/lib/AST/ParentMapConte
erichkeane wrote:
FWIW: I'm in favor of this. This is quite low risk/a pretty trivial change
that has an incredibly big impact on the memory pressure of our compiler in
certain situations. I think this is a good candidate to back port.
https://github.com/llvm/llvm-project/pull/131209
__
higher-performance wrote:
LGTM. @erichkeane?
https://github.com/llvm/llvm-project/pull/131209
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
mizvekov wrote:
@FireBurn does it work on the main branch, but not on this branch?
You can see this PR includes a test case for GH130362, so maybe if you tested
everything right, you have a different bug in your hands?
Can you try the reduced example yourself?
https://github.com/llvm/llvm-pro
https://github.com/cor3ntin approved this pull request.
https://github.com/llvm/llvm-project/pull/131209
___
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 requested changes to this pull request.
This has multiple ABI and API breaking changes. I wonder why the ABI job
doesn't flag this.
https://github.com/llvm/llvm-project/pull/129762
___
llvm-branch-commits mailing list
llvm-bra
@@ -1,10 +1,72 @@
-; RUN: llc < %s
-target datalayout =
"e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9"
-target tri
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/131101
>From 054d80a8ef3d5d456b2ff692d9bf7215c31933a8 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 13 Mar 2025 14:55:45 +0700
Subject: [PATCH] AMDGPU: Replace test uses of ptr addrspace(5) undef with
poison
https://github.com/pravinjagtap approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/131092
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commit
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 64bca90b7d6ac5b39a29f1cfdfe7569518b7c460
01dd3f55995e507ddee61e80e3eb29e35f722c0f --e
arsenm wrote:
> [!WARNING]
> This pull request is not mergeable via GitHub because a downstack PR is
> open. Once all requirements are satisfied, merge this PR as a stack href="https://app.graphite.dev/github/pr/llvm/llvm-project/131090?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/kparzysz updated
https://github.com/llvm/llvm-project/pull/131163
>From 01dd3f55995e507ddee61e80e3eb29e35f722c0f Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek
Date: Mon, 10 Mar 2025 15:42:42 -0500
Subject: [PATCH 1/2] [flang][OpenMP] Use OmpDirectiveSpecification in
sta
@@ -1,10 +1,72 @@
-; RUN: llc < %s
-target datalayout =
"e-p:64:64-p1:64:64-p2:32:32-p3:32:32-p4:64:64-p5:32:32-p6:32:32-p7:160:256:256:32-p8:128:128-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-v2048:2048-n32:64-S32-A5-G1-ni:7:8:9"
-target tri
https://github.com/mordante updated
https://github.com/llvm/llvm-project/pull/130500
>From c132aa555a38efde9b04c2a3f435ba598778c28d Mon Sep 17 00:00:00 2001
From: Mark de Wever
Date: Sat, 30 Mar 2024 17:35:56 +0100
Subject: [PATCH 1/2] [libc++][format] Implements P3107R5 in .
The followup pape
mizvekov wrote:
Yeah that's the reduced example for the issue this PR solves.
https://github.com/llvm/llvm-project/pull/130950
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-
1 - 100 of 179 matches
Mail list logo