================
@@ -4781,6 +4782,7 @@ CodeGenModule::CreateRuntimeFunction(llvm::FunctionType 
*FTy, StringRef Name,
         }
       }
       setDSOLocal(F);
+      markRegisterParameterAttributes(F);
----------------
efriedma-quic wrote:

This really shouldn't work this way: we should go through 
CodeGenModule::SetLLVMFunctionAttributes to get all the correct attributes for 
a function.  Unfortunately, that's a bit complicated in this context because 
you need to construct a CGFunctionInfo, and none of the callers currently do 
that.  Which might be more work than you really want...  CC @JonPsson1 
@jdoerfert @jhuber6

https://github.com/llvm/llvm-project/pull/89707
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to