[PATCH] D64060: [LoopInfo] Extend getExitEdges API

Serguei Katkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 21:55:15 PDT 2019


skatkov created this revision.
skatkov added reviewers: reames, fhahn.

Add an ability to provide an output argument to store loop exit edges
with pair of const and non-const BasicBlocks.


https://reviews.llvm.org/D64060

Files:
  include/llvm/Analysis/LoopInfo.h
  include/llvm/Analysis/LoopInfoImpl.h
  unittests/Analysis/LoopInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64060.207473.patch
Type: text/x-patch
Size: 4060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190702/9e409710/attachment.bin>


More information about the llvm-commits mailing list