[PATCH] D36102: [Polly][ForwardOpTree] Support synthesizable values.

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 12:32:19 PDT 2017


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

LGTM



================
Comment at: lib/Transform/ForwardOpTree.cpp:154
+    case VirtualUse::Synthesizable: {
+      // ScopExpander will care for generating the code at the new location.
+      if (DoIt)
----------------
TAKE care OF


================
Comment at: lib/Transform/ForwardOpTree.cpp:158
+
+      // Check if the value is synthesiable at the new location as well. This
+      // might be possible when leaving a loop for which ScalarEvolution is
----------------
synthesisable


https://reviews.llvm.org/D36102





More information about the llvm-commits mailing list