[PATCH] D152899: Introduce RThreadAccess pass
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 14 18:42:21 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Scalar/RThreadAccess.h:39
+
+extern llvm::cl::opt<std::string> ReservedThreadPointerRegister;
+
----------------
global option codegen options like this are bad. If this is for more than debugging it should be a function attribute or something
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152899/new/
https://reviews.llvm.org/D152899
More information about the llvm-commits
mailing list