[PATCH] Scalar/PHI code genration

Johannes Doerfert doerfert at cs.uni-saarland.de
Mon Feb 9 10:38:07 PST 2015


================
Comment at: include/polly/CodeGen/BlockGenerators.h:267
@@ -168,8 +266,3 @@
   ///                  within this basic block).
-  /// @param LTS       A mapping from loops virtual canonical induction
-  ///                  variable to their new values
-  ///                  (for values recalculated in the new ScoP, but not
-  ///                   within this basic block).
-  void copyInstruction(ScopStmt &Stmt, const Instruction *Inst,
-                       ValueMapT &BBMap, ValueMapT &GlobalMap,
-                       LoopToScevMapT &LTS);
+  ///
+  /// @returns The copied instruction or nullptr if none excists.
----------------
The LTS param was deleted by accident.

http://reviews.llvm.org/D7513

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list