[llvm] [SandboxVec] Boilerplate (PR #107431)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 10:42:23 PDT 2024
vporpo wrote:
> Could the pass manager be used for other optimizations on top of SandboxIR or is it tied to the vectorizer?
The pass manager will be launched by the vectorizer pass, so in that sense it is tied to the vectorizer. But I see your point. Ideally there should be a generic pass manager for Sandbox IR passes. I think we could accommodate for that if Sandbox IR ended up being used by other transformations too. In that case we could move the Pass/PassManager files to a generic directory.
https://github.com/llvm/llvm-project/pull/107431
More information about the llvm-commits
mailing list