[PATCH] D137707: [WIP] Move "auto-init" instructions to the dominator of their users
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 22:05:07 PST 2022
aeubanks added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/MoveAutoInit.cpp:203
+
+Pass *llvm::createMoveAutoInitPass() { return new MoveAutoInitWrapperPass(); }
+char &llvm::MoveAutoInitID = MoveAutoInitWrapperPass::ID;
----------------
any reason for all the legacy pass infra? if it's going in the optimization pipeline then no need for a legacy pass
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137707/new/
https://reviews.llvm.org/D137707
More information about the llvm-commits
mailing list