[PATCH] D45728: [Polly] Allow arbitrary function calls for debugging purposes.

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 05:59:01 PDT 2018


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

LGTM.



================
Comment at: include/polly/Support/ScopHelper.h:466
+/// A debug function can be used to insert output in Polly-optimized code which
+/// normally does not allow function calls with side-effects.  For instance, a
+/// printf can be inserted to check whether a value still has the expected value
----------------
Two white spaces?


https://reviews.llvm.org/D45728





More information about the llvm-commits mailing list