[PATCH] D94717: [LoopNest] Consider loop nest with inner loop guard using outer loop induction variable to be perfect
    Whitney Tsang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May  5 19:44:40 PDT 2021
    
    
  
Whitney updated this revision to Diff 343275.
Whitney added a comment.
Addressed review comment, and fixed a bug in detecting perfect nest using skipEmptyBlockUntil.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94717/new/
https://reviews.llvm.org/D94717
Files:
  llvm/include/llvm/Analysis/LoopNestAnalysis.h
  llvm/lib/Analysis/LoopInfo.cpp
  llvm/lib/Analysis/LoopNestAnalysis.cpp
  llvm/test/Analysis/LoopNestAnalysis/imperfectnest.ll
  llvm/test/Analysis/LoopNestAnalysis/perfectnest.ll
  llvm/unittests/Analysis/LoopInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94717.343275.patch
Type: text/x-patch
Size: 15417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210506/64e58cdf/attachment.bin>
    
    
More information about the llvm-commits
mailing list