[PATCH] D64548: [LoopInfo] Introduce getUniqueNonLatchExitBlocks utility function
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 11:10:43 PDT 2019
fhahn added a comment.
IMO this seems like quite a specific function to add (there are other blocks that might be interesting to filter ). I think we could achieve the same thing with a filter_range on the caller side without much extra code and with it being slightly more explicit. But that’s quite subjective, so feel free to disregard.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64548/new/
https://reviews.llvm.org/D64548
More information about the llvm-commits
mailing list