[polly] r244731 - Expose the SCEVAffinator and make it a member of a SCoP (cont'd)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 03:28:45 PDT 2015


Author: jdoerfert
Date: Wed Aug 12 05:28:45 2015
New Revision: 244731

URL: http://llvm.org/viewvc/llvm-project?rev=244731&view=rev
Log:
Expose the SCEVAffinator and make it a member of a SCoP (cont'd)

  Added missing documentation and linked to the correct revision.

Differential Revision: http://reviews.llvm.org/D11974

Modified:
    polly/trunk/include/polly/Support/SCEVAffinator.h

Modified: polly/trunk/include/polly/Support/SCEVAffinator.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/Support/SCEVAffinator.h?rev=244731&r1=244730&r2=244731&view=diff
==============================================================================
--- polly/trunk/include/polly/Support/SCEVAffinator.h (original)
+++ polly/trunk/include/polly/Support/SCEVAffinator.h Wed Aug 12 05:28:45 2015
@@ -49,6 +49,8 @@ public:
   ///
   /// @param E    The expression that is translated.
   /// @param Stmt The SCoP statment surrounding @p E.
+  ///
+  /// @returns The isl representation of the SCEV @p E in @p Stmt.
   __isl_give isl_pw_aff *getPwAff(const llvm::SCEV *E, const ScopStmt *Stmt);
 
 private:




More information about the llvm-commits mailing list