[all-commits] [llvm/llvm-project] 33fee5: [HLSL][SPIR-V] Change SPV AS map for groupshared (...
Nathan Gauër via All-commits
all-commits at lists.llvm.org
Wed Jun 11 05:23:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33fee564998598a52e802292db25c0ee52f7e1a6
https://github.com/llvm/llvm-project/commit/33fee564998598a52e802292db25c0ee52f7e1a6
Author: Nathan Gauër <brioche at google.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M clang/lib/Basic/Targets/SPIR.h
M clang/test/CodeGenHLSL/group_shared.hlsl
Log Message:
-----------
[HLSL][SPIR-V] Change SPV AS map for groupshared (#143519)
The previous mapping we setting the hlsl_groupshared AS to 0, which
translated to either Generic or Function.
Changing this to 3, which translated to Workgroup.
Related to #142804
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list