[clang] [HLSL] Change default linkage of HLSL functions and groupshared variables (v2) (PR #95331)
Chris B via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 2 16:10:26 PDT 2024
================
@@ -354,6 +354,23 @@ llvm::Value *CGHLSLRuntime::emitInputSemantic(IRBuilder<> &B,
return nullptr;
}
+void CGHLSLRuntime::emitFunctionProlog(const FunctionDecl *FD,
----------------
llvm-beanz wrote:
I think this is poorly named. It isn't emitting a function prolog it is either emitting the thin entry function or changing function linkage.
https://github.com/llvm/llvm-project/pull/95331
More information about the cfe-commits
mailing list