[PATCH] D35631: [Polly][ScopInfo] Integrate ScalarDefUseChain into polly::Scop. NFC.
Tobias Grosser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 19 09:58:34 PDT 2017
grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: lib/Analysis/ScopInfo.cpp:4955
+ const ScopArrayInfo *SAI = Access->getOriginalScopArrayInfo();
+ assert(SAI && "can only use after access relations have been constructed");
+
----------------
Start assert statement with uppercase.
Also "can only BE used after"?
https://reviews.llvm.org/D35631
More information about the llvm-commits
mailing list