[clang] [clang][SPIR-V] Addrspace of opencl_global should always be 1 (PR #136753)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 22 13:01:23 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions h -- clang/lib/Basic/Targets/SPIR.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/lib/Basic/Targets/SPIR.h b/clang/lib/Basic/Targets/SPIR.h
index 577da6fd9..310ef9f2d 100644
--- a/clang/lib/Basic/Targets/SPIR.h
+++ b/clang/lib/Basic/Targets/SPIR.h
@@ -58,7 +58,8 @@ static const unsigned SPIRDefIsPrivMap[] = {
// Used by both the SPIR and SPIR-V targets.
static const unsigned SPIRDefIsGenMap[] = {
4, // Default
- // Some OpenCL address space values for this map are dummy and they can't be used
+ // Some OpenCL address space values for this map are dummy and they can't be
+ // used
1, // opencl_global
0, // opencl_local
0, // opencl_constant
``````````
</details>
https://github.com/llvm/llvm-project/pull/136753
More information about the cfe-commits
mailing list