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 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
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
---
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
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
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
@@ -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
@@ -38,13 +39,21 @@ class BitVector;
class EdgeBundles;
class MachineBlockFrequencyInfo;
class MachineFunction;
+class SpillPlacementWrapperLegacy;
+class SpillPlacementAnalysis;
+
+class SpillPlacement {
+ friend class SpillPlacementWrapperLegacy;
+ friend class SpillPlaceme
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
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
@@ -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
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
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
@@ -38,13 +39,21 @@ class BitVector;
class EdgeBundles;
class MachineBlockFrequencyInfo;
class MachineFunction;
+class SpillPlacementWrapperLegacy;
+class SpillPlacementAnalysis;
+
+class SpillPlacement {
+ friend class SpillPlacementWrapperLegacy;
+ friend class SpillPlaceme
MaskRay wrote:
What is the compatibility story about pacibsp and does GNU ld (which supports
the option as well) decides to do something similar?
https://github.com/llvm/llvm-project/pull/116334
___
llvm-branch-commits mailing list
llvm-branch-commits
@@ -1397,6 +1397,19 @@ The AMDGPU backend implements the following LLVM IR
intrinsics.
used by hardware to control
active lanes when used in EXEC register.
For example, ballot
https://github.com/ivanradanov updated
https://github.com/llvm/llvm-project/pull/104748
>From a0f2307ce374355449877178cea70049b9e861d5 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Sun, 4 Aug 2024 17:33:52 +0900
Subject: [PATCH] Add workshare loop wrapper lowerings
Bufferize test
B
https://github.com/ivanradanov updated
https://github.com/llvm/llvm-project/pull/101444
>From 291b4259578a2790094743c8301be29adade7a11 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Wed, 31 Jul 2024 14:11:47 +0900
Subject: [PATCH] [flang][omp] Emit omp.workshare in frontend
Fix lower
https://github.com/ivanradanov updated
https://github.com/llvm/llvm-project/pull/101445
>From 382728a26f57d403b9566fa57a13de84fe3d6979 Mon Sep 17 00:00:00 2001
From: Ivan Radanov Ivanov
Date: Thu, 22 Aug 2024 18:07:05 +0900
Subject: [PATCH] [flang] Introduce ws loop nest generation for HLFIR lo
https://github.com/ivanradanov updated
https://github.com/llvm/llvm-project/pull/101446
error: too big or took too long to generate
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/
@@ -3117,6 +3117,8 @@ def int_amdgcn_cvt_sr_fp8_f32 :
ClangBuiltin<"__builtin_amdgcn_cvt_sr_fp8_f32">,
defset list AMDGPUMFMAIntrinsics950 = {
def int_amdgcn_mfma_f32_16x16x32_f16 : AMDGPUMfmaIntrinsic;
def int_amdgcn_mfma_f32_32x32x16_f16 : AMDGPUMfmaIntrinsic;
+
https://github.com/shiltian approved this pull request.
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
https://github.com/shiltian edited
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
@@ -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
https://github.com/scchan approved this pull request.
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
https://github.com/shiltian approved this pull request.
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
@@ -3117,6 +3117,8 @@ def int_amdgcn_cvt_sr_fp8_f32 :
ClangBuiltin<"__builtin_amdgcn_cvt_sr_fp8_f32">,
defset list AMDGPUMFMAIntrinsics950 = {
def int_amdgcn_mfma_f32_16x16x32_f16 : AMDGPUMfmaIntrinsic;
def int_amdgcn_mfma_f32_32x32x16_f16 : AMDGPUMfmaIntrinsic;
+
@@ -437,6 +437,8 @@ TARGET_BUILTIN(__builtin_amdgcn_cvt_sr_fp8_f32, "ifiiIi",
"nc", "fp8-conversion-
TARGET_BUILTIN(__builtin_amdgcn_mfma_f32_16x16x32_f16, "V4fV8hV8hV4fIiIiIi",
"nc", "gfx950-insts")
TARGET_BUILTIN(__builtin_amdgcn_mfma_f32_32x32x16_f16, "V16fV8hV8hV16fIiIiIi"
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/116728?utm_source=stack-comment-downstack-mergeability-warning";
aheejin wrote:
FWIW I believe this is sufficiently safe. And this is a fix for a serious bug,
which I think should land sooner than LLVM 20.
https://github.com/llvm/llvm-project/pull/115844
___
llvm-branch-commits mailing list
llvm-branch-commits@list
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Patch is 33.44 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/116728.diff
13 Files Affected:
- (modified) clang/include/clang/Basic/BuiltinsAMDG
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/116728
___
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 approved this pull request.
https://github.com/llvm/llvm-project/pull/111725
___
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/116679
>From 330427ffa20582990fe6cf7b65fba33b210e8ae5 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
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
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/4] [flang][OpenMP] Apply modifier representation to sema
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
https://github.com/anchuraj edited
https://github.com/llvm/llvm-project/pull/116049
___
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/anchuraj edited
https://github.com/llvm/llvm-project/pull/116049
___
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/anchuraj approved this pull request.
https://github.com/llvm/llvm-project/pull/116049
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -1166,9 +1166,10 @@ def TargetOp : OpenMP_Op<"target", traits = [
], clauses = [
// TODO: Complete clause list (defaultmap, uses_allocators).
OpenMP_AllocateClause, OpenMP_DependClause, OpenMP_DeviceClause,
-OpenMP_HasDeviceAddrClause, OpenMP_IfClause, OpenMP_I
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
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/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/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/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
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/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/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/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/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/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
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/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
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
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
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-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
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-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
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/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/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/116680?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
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/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
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
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 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/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
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/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
@@ -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
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
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
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
_
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
_
@@ -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/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
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/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
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
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
@@ -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) {
+
Author: Jorge Gorbe Moya
Date: 2024-11-18T09:53:34-08:00
New Revision: a8f0c9ba51bfec56e936d73341135d062c1b59ff
URL:
https://github.com/llvm/llvm-project/commit/a8f0c9ba51bfec56e936d73341135d062c1b59ff
DIFF:
https://github.com/llvm/llvm-project/commit/a8f0c9ba51bfec56e936d73341135d062c1b59ff.di
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-flang-fir-hlfir
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 modi
https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/116653
___
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/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
1 - 100 of 178 matches
Mail list logo