[PATCH] D13195: [Polly] Allow invariant loads in the SCoP description

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 08:09:21 PDT 2015


jdoerfert added inline comments.

================
Comment at: include/polly/ScopDetection.h:145
@@ -143,3 +144,3 @@
 
   /// @brief Map to remeber loops in non-affine regions.
   using BoxedLoopsMapTy = DenseMap<const Region *, BoxedLoopsSetTy>;
----------------
grosser wrote:
> remember (unrelated, but could be fixed as well)
Will be removed in a few days by a simplification commit anyway.


http://reviews.llvm.org/D13195





More information about the llvm-commits mailing list