[PATCH] D33421: [Polly][NewPM] Port DependenceInfo to the new ScopPassManager.

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 20:21:17 PDT 2017


grosser accepted this revision.
grosser added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Analysis/DependenceInfo.cpp:948
+
+  // Otherwise create the dependences on-the-fly and print it
+  Dependences D(S.getSharedIslCtx(), OptAnalysisLevel);
----------------
and print THEM.


Repository:
  rL LLVM

https://reviews.llvm.org/D33421





More information about the llvm-commits mailing list