[PATCH] D35754: [ForwardOpTree] Introduce the -polly-optree pass.

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 22:43:12 PDT 2017


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


================
Comment at: lib/Transform/ForwardOpTree.cpp:47
+/// MemoryAccess), see if its operand can be moved into the statement. If so,
+/// the MemoryAccess is removed and the all operand tree instructions are moved
+/// into the statement. All original instructions are left in the source
----------------
and ALL THE operand tree


https://reviews.llvm.org/D35754





More information about the llvm-commits mailing list