[PATCH] D99774: [LoopUtils] Populate sibling loops in reverse program order on new pass manager

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 04:55:57 PDT 2021


jaykang10 added a comment.

In D99774#2670209 <https://reviews.llvm.org/D99774#2670209>, @aeubanks wrote:

> Actually, can you give a concrete example? The example in the description isn't clear enough
>
> There will probably be cases where one way is better and cases where the other way is better. Might just be better to try to fix your use case directly in the passes themselves

@aeubanks Thanks for comments. Let me try to create a example for it.


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

https://reviews.llvm.org/D99774



More information about the llvm-commits mailing list