[PATCH] D120000: [1/2] TLS loads opimization (hoist)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 21 00:09:09 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Scalar/TLSVariableControl.h:118
+
+ void collectTLSCandidates(Function &Fn);
+ void collectTLSCandidate(Instruction *Inst);
----------------
Should these methods be private?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120000/new/
https://reviews.llvm.org/D120000
More information about the llvm-commits
mailing list