[PATCH] [Polly][Refactor] Use only one BlockGenerator for a SCoP
Tobias Grosser
tobias at grosser.es
Fri Feb 6 07:00:08 PST 2015
Hi,
this looks generally good to me.
Tobias
================
Comment at: include/polly/CodeGen/BlockGenerators.h:120
@@ -133,1 +119,3 @@
+ Value *getNewValue(ScopStmt &Stmt, const Value *Old, ValueMapT &BBMap,
+ ValueMapT &GlobalMap, LoopToScevMapT <S, Loop *L) const;
----------------
The documentation is not consistent in this class, but it may still be good to document the newly added parameter here (same below).
http://reviews.llvm.org/D7467
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list