[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-23 Thread Sven van Haastregt via cfe-commits
svenvh wrote: Merged now, thanks for your contribution! https://github.com/llvm/llvm-project/pull/138894 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-23 Thread via cfe-commits
github-actions[bot] wrote: @jiefwo Congratulations on having your first Pull Request (PR) merged into the LLVM Project! Your changes will be combined with recent changes from other authors, then tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with a build,

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-23 Thread Sven van Haastregt via cfe-commits
https://github.com/svenvh closed https://github.com/llvm/llvm-project/pull/138894 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-22 Thread Jiefeng Wang via cfe-commits
jiefwo wrote: Hi! The patch is approved — is there a committer who could help merge it? This is my first contribution. https://github.com/llvm/llvm-project/pull/138894 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-16 Thread Jiefeng Wang via cfe-commits
https://github.com/jiefwo updated https://github.com/llvm/llvm-project/pull/138894 >From 78e6da1b9f49e23afe77878b81a0aafde8108976 Mon Sep 17 00:00:00 2001 From: Jiefeng Wang Date: Wed, 7 May 2025 23:02:03 +0800 Subject: [PATCH] [OpenCL] No need to check array of struct for kernel arguments Si

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-15 Thread Jiefeng Wang via cfe-commits
https://github.com/jiefwo updated https://github.com/llvm/llvm-project/pull/138894 >From 78e6da1b9f49e23afe77878b81a0aafde8108976 Mon Sep 17 00:00:00 2001 From: Jiefeng Wang Date: Wed, 7 May 2025 23:02:03 +0800 Subject: [PATCH] [OpenCL] No need to check array of struct for kernel arguments Si

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-13 Thread Sven van Haastregt via cfe-commits
https://github.com/svenvh approved this pull request. LGTM, thanks! https://github.com/llvm/llvm-project/pull/138894 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Jiefeng Wang (jiefwo) Changes Since arrays decay into pointers, no need to check them for arguments. This commit reverts part of the changes from the commit "[OpenCL] Check for invalid kernel arguments in array types" 3b238ed6626983beb238

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-07 Thread via cfe-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

[clang] [OpenCL] No need to check array of struct for kernel arguments (PR #138894)

2025-05-07 Thread Jiefeng Wang via cfe-commits
https://github.com/jiefwo created https://github.com/llvm/llvm-project/pull/138894 Since arrays decay into pointers, no need to check them for arguments. This commit reverts part of the changes from the commit "[OpenCL] Check for invalid kernel arguments in array types" 3b238ed6626983beb238b95