================ @@ -812,6 +838,12 @@ void Sema::InstantiateAttrs(const MultiLevelTemplateArgumentList &TemplateArgs, continue; } + if (const auto *ReqdWorkGroupSize = + dyn_cast<ReqdWorkGroupSizeAttr>(TmplAttr)) { + instantiateDependentReqdWorkGroupSizeAttr(*this, TemplateArgs, ---------------- ShangwuYao wrote:
Are there still checks at this point to see if the XDim, YDim and ZDim are valid? https://github.com/llvm/llvm-project/pull/131546 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits