[PATCH] D125485: [ArgPromotion] Unify byval promotion with non-byval
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 24 08:18:56 PDT 2022
nikic added a comment.
We should be fetching AssumptionCache for the new function rather than the old function as well. I think it is working out in practice because there won't be any assumes, but if it were queried, it would be on the wrong function.
For the legacy pass manager, I would like to propose this innovative solution: D128536 <https://reviews.llvm.org/D128536> IMHO, at this point, if the legacy pass manager is causing issues, we should be fixing them by dropping support for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125485/new/
https://reviews.llvm.org/D125485
More information about the llvm-commits
mailing list