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

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 23:04:54 PDT 2017


grosser added a comment.

One more typo.



================
Comment at: lib/Transform/ForwardOpTree.cpp:296
+/// This reduces the number of scalar accesses and therefore potentially
+/// increased the freedom of the scheduler. In the ideal case, all reads of a
+/// scalar definition are redirected (We currently do not care about removing
----------------
increases


https://reviews.llvm.org/D35754





More information about the llvm-commits mailing list