[PATCH] D86133: [LoopNest] False negative of `arePerfectlyNested` with LCSSA loops

Ta-Wei Tu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 08:12:57 PDT 2020


TaWeiTu updated this revision to Diff 286564.
TaWeiTu added a comment.

Rename variables. Use `BasicBlock::phis()`. Explain what "extra Phi block" means in the comment.


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.286564.patch
Type: text/x-patch
Size: 13191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200819/3921796b/attachment.bin>


More information about the llvm-commits mailing list