[PATCH] D13423: [Polly] Treat conditionally executed non-pure calls as errors

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 12:52:36 PDT 2015


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

Any heuristic is a good start. We can improve this gradually.

Just as observation, but I would guess that most error handling routines do not return a value.


================
Comment at: include/polly/Support/ScopHelper.h:128
@@ -126,1 +127,3 @@
+///    executed and can be assumed to be not executed at all without the domains
+///    beeing available.
 ///
----------------
being


http://reviews.llvm.org/D13423





More information about the llvm-commits mailing list