https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/138862
>From decbf5b3a2cbb4f8844b9556fbfafec73c117687 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 7 May 2025 08:38:49 +0200
Subject: [PATCH 1/2] clang/OpenCL: Add baseline test showing broken codegen
---
https://github.com/arsenm closed
https://github.com/llvm/llvm-project/pull/138862
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/138862
>From 28c02e8481056281b059192a5889704b261ae18e Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 7 May 2025 08:38:49 +0200
Subject: [PATCH 1/2] clang/OpenCL: Add baseline test showing broken codegen
---
https://github.com/arsenm updated
https://github.com/llvm/llvm-project/pull/138862
>From 1f41551ad5177f6662f410863306bcb4f5ae10dd Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 7 May 2025 08:38:49 +0200
Subject: [PATCH 1/2] clang/OpenCL: Add baseline test showing broken codegen
---
arsenm wrote:
### Merge activity
* **May 8, 1:36 AM EDT**: A user started a stack merge that includes this pull
request via
[Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/138862).
https://github.com/llvm/llvm-project/pull/138862
__
@@ -109,3 +109,48 @@ void func2(void) {
void func3(void) {
float a[16][1] = {{0.}};
}
+
+// CL12-LABEL: define dso_local void @wrong_store_type_private_pointer_alloca(
+// CL12-SAME: ) #[[ATTR0]] {
+// CL12-NEXT: [[ENTRY:.*:]]
+// CL12-NEXT:[[PLONG:%.*]] = alloca i64, al
@@ -109,3 +109,48 @@ void func2(void) {
void func3(void) {
float a[16][1] = {{0.}};
}
+
+// CL12-LABEL: define dso_local void @wrong_store_type_private_pointer_alloca(
+// CL12-SAME: ) #[[ATTR0]] {
+// CL12-NEXT: [[ENTRY:.*:]]
+// CL12-NEXT:[[PLONG:%.*]] = alloca i64, al
https://github.com/arsenm created
https://github.com/llvm/llvm-project/pull/138862
None
>From a15f7ba2937dad879b42ed924b38caf29e919508 Mon Sep 17 00:00:00 2001
From: Matt Arsenault
Date: Wed, 7 May 2025 08:38:49 +0200
Subject: [PATCH] clang/OpenCL: Add baseline test showing broken codegen
---
https://github.com/arsenm ready_for_review
https://github.com/llvm/llvm-project/pull/138862
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-amdgpu
Author: Matt Arsenault (arsenm)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/138862.diff
2 Files Affected:
- (modified) clang/test/CodeGenCXX/amdgcn-automatic-variable.cpp (+24)
- (modified) clang/test/CodeGenOpen
arsenm wrote:
* **#138864** https://app.graphite.dev/github/pr/llvm/llvm-project/138864?utm_source=stack-comment-icon";
target="_blank">https://static.graphite.dev/graphite-32x32-black.png"; alt="Graphite"
width="10px" height="10px"/>
* **#138863** https://app.graphite.dev/github/pr/llvm/llvm-p
11 matches
Mail list logo