[clang] [llvm] [CodeGen][i386] Move -mregparm storage earlier and fix Runtime calls (PR #89707)
Kees Cook via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 24 00:07:39 PDT 2024
================
@@ -4781,6 +4782,7 @@ CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy, StringRef Name,
}
}
setDSOLocal(F);
+ markRegisterParameterAttributes(F);
----------------
kees wrote:
This seems like a large proposed change; is it worth it for this corner case? I think I would prefer to fix this as I have it now.
https://github.com/llvm/llvm-project/pull/89707
More information about the cfe-commits
mailing list