https://github.com/wangpc-pp created
https://github.com/llvm/llvm-project/pull/116745
None
___
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:
: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 8a5db30a3841b88ccac2c781d933eeb45560fdfa
2dc76a68ef3d64d656b537206ad892dae1759415 --e
https://github.com/optimisan updated
https://github.com/llvm/llvm-project/pull/116618
>From c791eaa8768073b3ef770a59859346a859bd7a7f Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Mon, 18 Nov 2024 12:42:00 +
Subject: [PATCH 1/2] [CodeGen][NewPM] Port SpillPlacement analysis to NPM
---
ll
tru wrote:
I think it makes more sense to do this change in 20.x instead of 19.x.
https://github.com/llvm/llvm-project/pull/115944
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/l
https://github.com/wangpc-pp updated
https://github.com/llvm/llvm-project/pull/116231
>From 9686a2c5c5276289e72d9098f497a9f246a1c457 Mon Sep 17 00:00:00 2001
From: Wang Pengcheng
Date: Thu, 14 Nov 2024 22:06:45 +0800
Subject: [PATCH 1/4] Remove stale CHECKs
Created using spr 1.3.6-beta.1
---
https://github.com/wangpc-pp updated
https://github.com/llvm/llvm-project/pull/116231
>From 9686a2c5c5276289e72d9098f497a9f246a1c457 Mon Sep 17 00:00:00 2001
From: Wang Pengcheng
Date: Thu, 14 Nov 2024 22:06:45 +0800
Subject: [PATCH 1/4] Remove stale CHECKs
Created using spr 1.3.6-beta.1
---
https://github.com/wangpc-pp closed
https://github.com/llvm/llvm-project/pull/116745
___
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-codegen
Author: Pengcheng Wang (wangpc-pp)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/116745.diff
1 Files Affected:
- (modified) clang/lib/CodeGen/CGBuiltin.cpp (+3-3)
``diff
diff --git a/clang/lib/CodeGen/CGBu
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Pengcheng Wang (wangpc-pp)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/116745.diff
1 Files Affected:
- (modified) clang/lib/CodeGen/CGBuiltin.cpp (+3-3)
``diff
diff --git a/clang/lib/CodeGen/CGBuiltin.cp
@@ -22505,6 +22506,47 @@ Value
*CodeGenFunction::EmitHexagonBuiltinExpr(unsigned BuiltinID,
return nullptr;
}
+Value *CodeGenFunction::EmitRISCVCpuIs(const CallExpr *E) {
+ const Expr *CPUExpr = E->getArg(0)->IgnoreParenCasts();
+ StringRef CPUStr = cast(CPUExpr)->getStri
arsenm wrote:
### Merge activity
* **Nov 19, 12:46 AM EST**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/116680).
https://github.com/llvm/llvm-project/pull/116680
arsenm wrote:
### Merge activity
* **Nov 19, 12:46 AM EST**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/116679).
https://github.com/llvm/llvm-project/pull/116679
@@ -38,13 +39,21 @@ class BitVector;
class EdgeBundles;
class MachineBlockFrequencyInfo;
class MachineFunction;
+class SpillPlacementWrapperLegacy;
+class SpillPlacementAnalysis;
+
+class SpillPlacement {
+ friend class SpillPlacementWrapperLegacy;
+ friend class SpillPlaceme
@@ -1980,6 +1985,10 @@ defm GLOBAL_LOAD_LDS_USHORT : FLAT_Real_AllAddr_LDS
<0x028, 0x12>;
defm GLOBAL_LOAD_LDS_SSHORT : FLAT_Real_AllAddr_LDS <0x029, 0x13>;
defm GLOBAL_LOAD_LDS_DWORD : FLAT_Real_AllAddr_LDS <0x02a, 0x14>;
+defm GLOBAL_LOAD_LDS_DWORDX3 : FLAT_Real_AllAddr_LD
arsenm wrote:
### Merge activity
* **Nov 19, 12:46 AM EST**: A user started a stack merge that includes this
pull request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/116681).
https://github.com/llvm/llvm-project/pull/116681
@@ -38,13 +39,21 @@ class BitVector;
class EdgeBundles;
class MachineBlockFrequencyInfo;
class MachineFunction;
+class SpillPlacementWrapperLegacy;
+class SpillPlacementAnalysis;
+
+class SpillPlacement {
+ friend class SpillPlacementWrapperLegacy;
+ friend class SpillPlaceme
https://github.com/kparzysz updated
https://github.com/llvm/llvm-project/pull/116658
>From fac6a8594643811418f37ee42fc1ac35bcc2a244 Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek
Date: Thu, 14 Nov 2024 07:29:59 -0600
Subject: [PATCH 1/2] [flang][OpenMP] Apply modifier representation to sema
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116312
>From 6c8fd97756f9b08e3562a8702b2aae186ef72075 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 21 Nov 2023 10:03:19 +0900
Subject: [PATCH] AMDGPU: Add first gfx950 mfma instructions
Scheduling info and
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116678
>From 1adfc6bf758377390753d35df51fb7a294202238 Mon Sep 17 00:00:00 2001
From: Pravin Jagtap
Date: Mon, 5 Feb 2024 04:29:01 -0500
Subject: [PATCH] AMDGPU: Add V_CVT_PK_BF16_F32 for gfx950
---
llvm/lib/Target/AMD
https://github.com/kparzysz updated
https://github.com/llvm/llvm-project/pull/116658
>From fac6a8594643811418f37ee42fc1ac35bcc2a244 Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek
Date: Thu, 14 Nov 2024 07:29:59 -0600
Subject: [PATCH 1/3] [flang][OpenMP] Apply modifier representation to sema
https://github.com/optimisan created
https://github.com/llvm/llvm-project/pull/116617
This allows implementing the move constructor.
>From 8a5db30a3841b88ccac2c781d933eeb45560fdfa Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Mon, 18 Nov 2024 10:15:19 +
Subject: [PATCH] [NFC] Use unique_
https://github.com/zero9178 approved this pull request.
LGTM, thank you :))
https://github.com/llvm/llvm-project/pull/116532
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-br
nikic wrote:
> @tru should this have been merged? Do I need to do something to facilitate?
> Sorry for not following up earlier I have been sick recently. Thanks.
Backport PRs need to be part of the release milestone, otherwise they're likely
to get forgotten about :) I added it just now.
htt
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116680
>From 6711ea8a2ae2f0e50488cab587937fa6a3e00ea7 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 18 Jan 2024 14:44:03 +0700
Subject: [PATCH] AMDGPU: Handle gfx950 global_load_lds_* instructions
Define glo
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116681
>From e6110347d262f74c2f2c76dfde113723ac21115c Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 18 Jan 2024 16:18:05 +0700
Subject: [PATCH] AMDGPU: Handle gfx950 96/128-bit buffer_load_lds
Enforcing this
https://github.com/ilovepi updated
https://github.com/llvm/llvm-project/pull/112277
>From 1dafa521d5a1e10e3f79f63a661b2e14acff5a4a Mon Sep 17 00:00:00 2001
From: Paul Kirth
Date: Mon, 14 Oct 2024 15:06:38 -0700
Subject: [PATCH 1/4] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?=
=?UTF-
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116679
>From c2e9801ef48929f73f6141c386b6169fa24c6c43 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 19 Dec 2023 12:46:00 +0700
Subject: [PATCH] AMDGPU: Define v_mfma_f32_32x32x16_bf16 for gfx950
Unlike the e
arsenm wrote:
### Merge activity
* **Nov 18, 4:29 PM EST**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/116312).
https://github.com/llvm/llvm-project/pull/116312
_
https://github.com/ilovepi edited
https://github.com/llvm/llvm-project/pull/112277
___
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/matthias-springer updated
https://github.com/llvm/llvm-project/pull/116524
>From 7025a8caae81e97022155b8fac8075fc29e24650 Mon Sep 17 00:00:00 2001
From: Matthias Springer
Date: Sun, 17 Nov 2024 09:00:45 +0100
Subject: [PATCH 1/2] [mlir][LLVM] `LLVMTypeConverter`: Tighten mate
https://github.com/optimisan ready_for_review
https://github.com/llvm/llvm-project/pull/116617
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
optimisan 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/116618?utm_source=stack-comment-downstack-mergeability-warning
https://github.com/matthias-springer edited
https://github.com/llvm/llvm-project/pull/116524
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
optimisan 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/116617?utm_source=stack-comment-downstack-mergeability-warning
llvmbot wrote:
@llvm/pr-subscribers-llvm-regalloc
Author: Akshat Oke (optimisan)
Changes
I am not sure how to test this.
---
Full diff: https://github.com/llvm/llvm-project/pull/116618.diff
4 Files Affected:
- (modified) llvm/include/llvm/InitializePasses.h (+1-1)
- (modified) llvm/li
https://github.com/optimisan edited
https://github.com/llvm/llvm-project/pull/116618
___
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/optimisan ready_for_review
https://github.com/llvm/llvm-project/pull/116618
___
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/matthias-springer edited
https://github.com/llvm/llvm-project/pull/116524
___
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/optimisan created
https://github.com/llvm/llvm-project/pull/116618
None
>From c791eaa8768073b3ef770a59859346a859bd7a7f Mon Sep 17 00:00:00 2001
From: Akshat Oke
Date: Mon, 18 Nov 2024 12:42:00 +
Subject: [PATCH] [CodeGen][NewPM] Port SpillPlacement analysis to NPM
---
https://github.com/optimisan edited
https://github.com/llvm/llvm-project/pull/116618
___
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/optimisan closed
https://github.com/llvm/llvm-project/pull/116166
___
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/wangpc-pp updated
https://github.com/llvm/llvm-project/pull/116231
>From 9686a2c5c5276289e72d9098f497a9f246a1c457 Mon Sep 17 00:00:00 2001
From: Wang Pengcheng
Date: Thu, 14 Nov 2024 22:06:45 +0800
Subject: [PATCH 1/4] Remove stale CHECKs
Created using spr 1.3.6-beta.1
---
llvmbot wrote:
@llvm/pr-subscribers-llvm-adt
Author: Akshat Oke (optimisan)
Changes
This allows implementing the move constructor.
---
Full diff: https://github.com/llvm/llvm-project/pull/116617.diff
1 Files Affected:
- (modified) llvm/include/llvm/ADT/SparseSet.h (+11-7)
``
https://github.com/matthias-springer updated
https://github.com/llvm/llvm-project/pull/116524
>From e3946a5496cdf64ff6a8a5c7e1b117f4904ac9e5 Mon Sep 17 00:00:00 2001
From: Matthias Springer
Date: Sun, 17 Nov 2024 04:38:09 +0100
Subject: [PATCH] [mlir][Transforms] Support 1:N mappings in
`Conve
https://github.com/matthias-springer updated
https://github.com/llvm/llvm-project/pull/116532
>From 7025a8caae81e97022155b8fac8075fc29e24650 Mon Sep 17 00:00:00 2001
From: Matthias Springer
Date: Sun, 17 Nov 2024 09:00:45 +0100
Subject: [PATCH] [mlir][LLVM] `LLVMTypeConverter`: Tighten material
https://github.com/kovdan01 updated
https://github.com/llvm/llvm-project/pull/113816
>From ff01757ad3d20b9538a23b12e7c3e2cd7f6dc20d Mon Sep 17 00:00:00 2001
From: Daniil Kovalev
Date: Fri, 25 Oct 2024 21:28:18 +0300
Subject: [PATCH 1/3] [PAC][lld][AArch64][ELF] Support signed GOT with tiny
cod
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/116680
Define global_load_lds_dwordx3 and global_load_dwordx4.
Oddly it seems dwordx2 was skipped.
>From 42f311ceb555ea2b3f171ad2ef8254e971e0be12 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 18 Jan 2024 14:
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/116681?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/116679?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/116680?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/116679
Unlike the existing gfx940 intrinsics using short/i16 in place of
bfloat, this uses the natural bfloat type.
>From 82bb6e07b68b1df378e89c1eba1f9deb3c2d67f5 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue
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/116678?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/116679?utm_source=stack-comment-downstack-mergeability-warning";
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/116681
Enforcing this limit in the clang builtin will come later.
>From f5657c9cc25cfed321ced807510a21dc374bcfe3 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 18 Jan 2024 16:18:05 +0700
Subject: [PATCH] AMDG
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116312
>From 566cdf85a2a03fc41148715593081643570d6ded Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 21 Nov 2023 10:03:19 +0900
Subject: [PATCH] AMDGPU: Add first gfx950 mfma instructions
Scheduling info and
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/116678
None
>From f3682aa080aebde46106fa11176442973ff62c26 Mon Sep 17 00:00:00 2001
From: Pravin Jagtap
Date: Mon, 5 Feb 2024 04:29:01 -0500
Subject: [PATCH] AMDGPU: Add V_CVT_PK_BF16_F32 for gfx950
---
llvm/lib/Targ
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Unlike the existing gfx940 intrinsics using short/i16 in place of
bfloat, this uses the natural bfloat type.
---
Patch is 40.83 KiB, truncated to 20.00 KiB below, full version:
https://github.com/
llvmbot wrote:
@llvm/pr-subscribers-mc
@llvm/pr-subscribers-llvm-ir
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
Changes
Unlike the existing gfx940 intrinsics using short/i16 in place of
bfloat, this uses the natural bfloat type.
---
Patch is 40.83 KiB, truncated to 20.00 K
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/116680
___
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
---
Patch is 27.17 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/116678.diff
6 Files Affected:
- (modified) llvm/lib/Target/AMDGPU/SIISelLowering.c
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/116679
___
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/116678
___
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-ir
Author: Matt Arsenault (arsenm)
Changes
Enforcing this limit in the clang builtin will come later.
---
Patch is 31.94 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/116681.diff
9 Files Affected:
-
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
Changes
Enforcing this limit in the clang builtin will come later.
---
Patch is 31.94 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/116681.diff
9 Files Affected:
- (
llvmbot wrote:
@llvm/pr-subscribers-mc
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
Enforcing this limit in the clang builtin will come later.
---
Patch is 31.94 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/116
llvmbot wrote:
@llvm/pr-subscribers-llvm-analysis
@llvm/pr-subscribers-clang
Author: Matt Arsenault (arsenm)
Changes
Define global_load_lds_dwordx3 and global_load_dwordx4.
Oddly it seems dwordx2 was skipped.
---
Full diff: https://github.com/llvm/llvm-project/pull/116680.diff
8 Files A
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/116681
___
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:
: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 42f311ceb555ea2b3f171ad2ef8254e971e0be12
f5657c9cc25cfed321ced807510a21dc374bcfe3 --e
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 82bb6e07b68b1df378e89c1eba1f9deb3c2d67f5
42f311ceb555ea2b3f171ad2ef8254e971e0be12 --e
@@ -223,7 +248,7 @@ void SpillPlacement::activate(unsigned n) {
if (ActiveNodes->test(n))
return;
ActiveNodes->set(n);
- nodes[n].clear(Threshold);
+ nodes.get()[n].clear(Threshold);
paperchalice wrote:
You can use `operator []` if `nodes` is an arra
https://github.com/zero9178 approved this pull request.
LGTM, thank you!
https://github.com/llvm/llvm-project/pull/116470
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branc
llvmbot wrote:
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: None (llvmbot)
Changes
Backport 531acf9e2f24977d2556b39229b22f4518a1faa5
Requested by: @thurstond
---
Full diff: https://github.com/llvm/llvm-project/pull/116670.diff
3 Files Affected:
- (modified) compiler-rt/lib/sanit
llvmbot wrote:
@thurstond What do you think about merging this PR to the release branch?
https://github.com/llvm/llvm-project/pull/116670
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/topperc edited
https://github.com/llvm/llvm-project/pull/116231
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -22505,6 +22506,47 @@ Value
*CodeGenFunction::EmitHexagonBuiltinExpr(unsigned BuiltinID,
return nullptr;
}
+Value *CodeGenFunction::EmitRISCVCpuIs(const CallExpr *E) {
+ const Expr *CPUExpr = E->getArg(0)->IgnoreParenCasts();
+ StringRef CPUStr = cast(CPUExpr)->getStri
https://github.com/llvmbot created
https://github.com/llvm/llvm-project/pull/116670
Backport 531acf9e2f24977d2556b39229b22f4518a1faa5
Requested by: @thurstond
>From 6925f3c7c7d8b83e2195cb8e473eccdecae42607 Mon Sep 17 00:00:00 2001
From: Thurston Dang
Date: Thu, 14 Nov 2024 10:35:35 -0800
Subj
https://github.com/thurstond approved this pull request.
https://github.com/llvm/llvm-project/pull/116670
___
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/116312
>From 56e2ba8ee3266bdef464e456e06e67b45f946ef0 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Tue, 21 Nov 2023 10:03:19 +0900
Subject: [PATCH] AMDGPU: Add first gfx950 mfma instructions
Scheduling info and
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116309
>From 74ed0a510ff829e5e98d9edf0284ee4decfa4bc0 Mon Sep 17 00:00:00 2001
From: Pravin Jagtap
Date: Wed, 13 Dec 2023 00:27:03 -0500
Subject: [PATCH 1/2] AMDGPU: Increase the LDS size to support to 160 KB for
gfx95
https://github.com/kparzysz created
https://github.com/llvm/llvm-project/pull/116656
The main issue to solve is that OpenMP modifiers can be specified in any order,
so the parser cannot expect any specific modifier at a given position. To solve
that, define modifier to be a union of all allowa
https://github.com/kparzysz created
https://github.com/llvm/llvm-project/pull/116658
Also, define helper macros in parse-tree.h.
Apply the new modifier representation to the DEFAULTMAP and REDUCTION clauses,
with testcases utilizing the new modifier validation.
OpenMP modifier overhaul: #3/3
llvmbot wrote:
@llvm/pr-subscribers-flang-semantics
Author: Krzysztof Parzyszek (kparzysz)
Changes
The main issue to solve is that OpenMP modifiers can be specified in any order,
so the parser cannot expect any specific modifier at a given position. To solve
that, define modifier to be a
llvmbot wrote:
@llvm/pr-subscribers-flang-openmp
Author: Krzysztof Parzyszek (kparzysz)
Changes
Also, define helper macros in parse-tree.h.
Apply the new modifier representation to the DEFAULTMAP and REDUCTION clauses,
with testcases utilizing the new modifier validation.
OpenMP modifie
llvmbot wrote:
@llvm/pr-subscribers-flang-parser
Author: Krzysztof Parzyszek (kparzysz)
Changes
Also, define helper macros in parse-tree.h.
Apply the new modifier representation to the DEFAULTMAP and REDUCTION clauses,
with testcases utilizing the new modifier validation.
OpenMP modifie
llvmbot wrote:
@llvm/pr-subscribers-lto
Author: Jay Foad (jayfoad)
Changes
This falls out naturally after inlining finishType into its only remaining use.
---
Full diff: https://github.com/llvm/llvm-project/pull/116653.diff
1 Files Affected:
- (modified) llvm/lib/Linker/IRMover.cpp (+1
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 e8bbc26e136993758c3a3197eed6b1924c6531d0
fac6a8594643811418f37ee42fc1ac35bcc2a244 --e
@@ -205,7 +209,7 @@ class SparseSet {
assert(Idx < Universe && "Key out of range");
assert(Sparse != nullptr && "Invalid sparse type");
const unsigned Stride = std::numeric_limits::max() + 1u;
-for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) {
+
dwblaikie wrote:
Oh, and please add unit test coverage for the new move functionality.
https://github.com/llvm/llvm-project/pull/116617
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listi
https://github.com/kparzysz updated
https://github.com/llvm/llvm-project/pull/116658
>From fac6a8594643811418f37ee42fc1ac35bcc2a244 Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek
Date: Thu, 14 Nov 2024 07:29:59 -0600
Subject: [PATCH 1/2] [flang][OpenMP] Apply modifier representation to sema
https://github.com/jayfoad created
https://github.com/llvm/llvm-project/pull/116653
This falls out naturally after inlining finishType into its only remaining use.
>From 4140bc772f5930807cb2ea5b4b2aa945c57b699c Mon Sep 17 00:00:00 2001
From: Jay Foad
Date: Mon, 18 Nov 2024 16:36:33 +
Subje
https://github.com/llvmbot milestoned
https://github.com/llvm/llvm-project/pull/116670
___
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:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
https://github.com/vitalybuka approved this pull request.
https://github.com/llvm/llvm-project/pull/116670
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -22505,6 +22506,47 @@ Value
*CodeGenFunction::EmitHexagonBuiltinExpr(unsigned BuiltinID,
return nullptr;
}
+Value *CodeGenFunction::EmitRISCVCpuIs(const CallExpr *E) {
+ const Expr *CPUExpr = E->getArg(0)->IgnoreParenCasts();
+ StringRef CPUStr = cast(CPUExpr)->getStri
arsenm wrote:
### Merge activity
* **Nov 18, 1:34 PM EST**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/116308).
https://github.com/llvm/llvm-project/pull/116308
_
arsenm wrote:
### Merge activity
* **Nov 18, 1:34 PM EST**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/116310).
https://github.com/llvm/llvm-project/pull/116310
_
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116681
>From 884cb697a58e021372842cc674806a5228a84ef0 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 18 Jan 2024 16:18:05 +0700
Subject: [PATCH] AMDGPU: Handle gfx950 96/128-bit buffer_load_lds
Enforcing this
https://github.com/kparzysz updated
https://github.com/llvm/llvm-project/pull/116656
>From e8bbc26e136993758c3a3197eed6b1924c6531d0 Mon Sep 17 00:00:00 2001
From: Krzysztof Parzyszek
Date: Mon, 18 Nov 2024 08:47:24 -0600
Subject: [PATCH] [flang][OpenMP] Change clause modifier representation in
arsenm wrote:
### Merge activity
* **Nov 18, 1:34 PM EST**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/116309).
https://github.com/llvm/llvm-project/pull/116309
_
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/116680
>From 0443398b73f18791598db1bf6ab2274a46ac649f Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Thu, 18 Jan 2024 14:44:03 +0700
Subject: [PATCH] AMDGPU: Handle gfx950 global_load_lds_* instructions
Define glo
1 - 100 of 178 matches
Mail list logo