[PATCH] D141590: [PassManager] Add some passes to the sequence of extra vector passes
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 07:10:25 PST 2023
lebedev.ri added a comment.
Yes, of course running more passes helps with optimizations. That is obvious and was not my question.
My question is why we need to do that in the first place, and why we can not catch those cases during the existing pass runs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141590/new/
https://reviews.llvm.org/D141590
More information about the llvm-commits
mailing list