[PATCH] D69482: [MachineOuliner][NFC] Refactoring code to make outline rerunning a cleaner diff.
David Tellenbach via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 10:37:15 PDT 2019
tellenbach added a comment.
Maybe I just don't see it but I don't get the reason for creating this new function `doOutline`. Doesn't it basically just call `outline`? Why can't you just add `OutlinedFunctionNum` to `outline` and then call `outline` in `runOnModule`?
Please be so kind to clarify this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69482/new/
https://reviews.llvm.org/D69482
More information about the llvm-commits
mailing list