[clang] [HLSL] make the default address space a superset of the hlsl_groupshared address space (PR #182094)

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 18 10:57:18 PST 2026


https://github.com/bogner approved this pull request.

I think this is right. The naming of `isTargetAddressSpaceSupersetOf` kind of makes me feel like we're abusing this logic a little bit, but the existing comment for HLSL also applies here so at the very least adding groupshared here seems harmless.

https://github.com/llvm/llvm-project/pull/182094


More information about the cfe-commits mailing list