[clang] [clang][AMDGPU] Clean-up handling of named barrier type (PR #207687)
Pierre van Houtryve via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 04:45:30 PDT 2026
================
@@ -6171,6 +6171,12 @@ LangAS CodeGenModule::GetGlobalVarAddressSpace(const VarDecl *D) {
if (LangOpts.CUDA && LangOpts.CUDAIsDevice) {
if (D) {
+ // TOOD: Forbid type on struct fields
----------------
Pierre-vh wrote:
Yup, just some leftover debug stuff
https://github.com/llvm/llvm-project/pull/207687
More information about the cfe-commits
mailing list