[PATCH] D14412: [Polly][WIP] Emit remarks for taken assumptions

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 17:56:26 PST 2015


jdoerfert added inline comments.

================
Comment at: lib/Analysis/ScopInfo.cpp:3836
@@ -3770,1 +3835,3 @@
+                                 "SCoP ends here.");
+
   DEBUG(scop->print(dbgs()));
----------------
jdoerfert wrote:
> grosser wrote:
> > These changes seem unrelated and also seem to duplicate the logic in emitValidRemarks(). 
> True, I will commit it separatly and drop emitValidRemarks
Btw. -polly-report and emitValidRemarks were already doing the same thing,... 


http://reviews.llvm.org/D14412





More information about the llvm-commits mailing list