[llvm-branch-commits] [llvm] [CodeGen][NPM] Register Function Passes (PR #138828)
Akshat Oke via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 12 01:16:35 PDT 2025
================
@@ -279,6 +278,7 @@ MACHINE_FUNCTION_PASS_WITH_PARAMS(
#ifndef DUMMY_FUNCTION_PASS
#define DUMMY_FUNCTION_PASS(NAME, PASS_NAME)
#endif
+DUMMY_FUNCTION_PASS("tlshoist", TLSVariableHoistPass)
----------------
optimisan wrote:
I'll remove this list entirely since it's the same in `PassRegistry.def`
https://github.com/llvm/llvm-project/pull/138828
More information about the llvm-branch-commits
mailing list