[PATCH] D75628: [DA] [SCEV] Provide facility to check for total ordering based on dominance

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 11:02:06 PST 2020


bmahjour updated this revision to Diff 248793.
bmahjour marked an inline comment as done.
bmahjour added a comment.

Use `ArrayRef` instead of `SmallVector` as the argument to `satisfiesTotalOrder`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75628/new/

https://reviews.llvm.org/D75628

Files:
  llvm/include/llvm/Analysis/ScalarEvolution.h
  llvm/lib/Analysis/DependenceAnalysis.cpp
  llvm/lib/Analysis/ScalarEvolution.cpp
  llvm/test/Analysis/DependenceAnalysis/SiblingLoopLimitation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75628.248793.patch
Type: text/x-patch
Size: 10123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200306/9cc4b529/attachment.bin>


More information about the llvm-commits mailing list