[PATCH] D64548: [LoopInfo] Introduce getUniqueNonLatchExitBlocks utility function

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 14 21:04:32 PDT 2019


skatkov added a comment.

I decided to avoid using public API with predicate due to it will require introducing template function in template class and effectively moving implementation to LoopInfo.h

The explicit function for explicit need seems to be fine to me. If someone needs to introduce new function or move this to public API all building blocks are in place.


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

https://reviews.llvm.org/D64548





More information about the llvm-commits mailing list