[PATCH] D38403: [Polly][ScopBuilder] Introduce -polly-stmt-granularity=scalar-indep option.

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 23:01:04 PDT 2017


grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.

Very cool. That looks good to me (after addressing Siddharth's comments).



================
Comment at: lib/Analysis/ScopBuilder.cpp:709
+///
+/// An instruction is 'ordered' if their semantics depend on the execution order
+/// of two such instructions.
----------------
its semantics


https://reviews.llvm.org/D38403





More information about the llvm-commits mailing list