[PATCH] D71027: Support repeated machine outlining
David Tellenbach via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 04:55:32 PST 2019
tellenbach added a comment.
Okay, thanks for clarifying.
In D71027#1772142 <https://reviews.llvm.org/D71027#1772142>, @jinlin wrote:
> In D71027 <https://reviews.llvm.org/D71027>, I have also fixed incorrect logic in maintaining the side-effect information for outlined function at line 1295. This bug shows up during repeated machine outliner.
Would it be possible to separate both patches? The fix can then be reviewed independently from repeated outlining itself.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71027/new/
https://reviews.llvm.org/D71027
More information about the llvm-commits
mailing list