[PATCH] D86133: [LoopNest] False negative of `arePerfectlyNested` with LCSSA loops
    Ta-Wei Tu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Aug 18 19:58:28 PDT 2020
    
    
  
TaWeiTu updated this revision to Diff 286462.
TaWeiTu added a comment.
Check the existence of the extra block only when the inner loop is guarded and the inner loop exit contains LCSSA Phi instructions.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86133/new/
https://reviews.llvm.org/D86133
Files:
  llvm/lib/Analysis/LoopNestAnalysis.cpp
  llvm/test/Analysis/LoopNestAnalysis/nests-with-lcssa.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86133.286462.patch
Type: text/x-patch
Size: 12987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200819/f43d0fb3/attachment.bin>
    
    
More information about the llvm-commits
mailing list