[PATCH] D131606: [Loop Fusion] Sink/hoist memory instructions between loop fusion candidates

Congzhe Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 12:26:00 PDT 2022


congzhe added a comment.

Like I said I won't block the patch, I'm fine if other reviewers accept this patch.

For me personally I would suggest the `// TODO: Move functionality into CodeMoverUtils` really be done before I would accept it myself, since CodeMoverUtils looks like the place that fits better for the functionality that is added in this patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131606/new/

https://reviews.llvm.org/D131606



More information about the llvm-commits mailing list