[PATCH] D71027: Support repeated machine outlining

Jin Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 20:52:08 PST 2019


jinlin added a comment.

In D71027#1772074 <https://reviews.llvm.org/D71027#1772074>, @tellenbach wrote:

> Hi,
>
> D69446 <https://reviews.llvm.org/D69446> seems to introduce something similar. Are these patches related or is this just coincidence?


It is by coincidence. I have presented this in LLVM Developers' Meeting in 10/22/2019. I didn't realize someone submitted D69446 <https://reviews.llvm.org/D69446> on 10/25/29.

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.

Please let me know if you have any questions.


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