[PATCH] D64060: [LoopInfo] Extend getExitEdges API
    Florian Hahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul  3 04:52:21 PDT 2019
    
    
  
fhahn added inline comments.
================
Comment at: include/llvm/Analysis/LoopInfo.h:282
+  template <class ParamBlockT>
+  void getExitEdges(SmallVectorImpl<std::pair<ParamBlockT *, ParamBlockT *> > &
+                        ExitEdges) const {
----------------
Is there a reason why the implementation was moved to here? Could it stay in LoopInfoImpl.h?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64060/new/
https://reviews.llvm.org/D64060
    
    
More information about the llvm-commits
mailing list