[clang] [llvm] [CodeGen][i386] Move -mregparm storage earlier and fix Runtime calls (PR #89707)

Kees Cook via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 18:38:01 PDT 2024


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

Ah-ha, thanks! Okay, I've updated the comments with just a minor tweak.

https://github.com/llvm/llvm-project/pull/89707


More information about the llvm-commits mailing list