[PATCH] D38928: [LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member function of the Loop Pass, NFC.

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 14 20:27:39 PDT 2017


sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.

LGTM

I think the Loop class has grown quite a bit, and we should pull out some of the utility functions into a separate LoopUtils namespace, but this patch does not need to be blocked on that.


Repository:
  rL LLVM

https://reviews.llvm.org/D38928





More information about the llvm-commits mailing list