[llvm] [SandboxVec] Notify scheduler about new instructions (PR #115102)
Jorge Gorbe Moya via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 6 11:32:16 PST 2024
================
@@ -24,6 +25,8 @@ class SandboxVectorizerPass : public PassInfoMixin<SandboxVectorizerPass> {
AAResults *AA = nullptr;
ScalarEvolution *SE = nullptr;
+ std::unique_ptr<sandboxir::Context> Ctx;
----------------
slackito wrote:
Does this need to be a member?
https://github.com/llvm/llvm-project/pull/115102
More information about the llvm-commits
mailing list