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

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 01:13:17 PDT 2015


grosser added a comment.

LGTM.


================
Comment at: include/polly/ScopInfo.h:1151
@@ -1135,1 +1150,3 @@
 
+  /// @brief TODO
+  void simplifySCoP();
----------------
??

================
Comment at: lib/CodeGen/BlockGenerators.cpp:1
@@ -1,2 +1,2 @@
-//===--- BlockGenerators.cpp - Generate code for statements -----*- C++ -*-===//
+
 //
----------------
???

================
Comment at: lib/CodeGen/IslNodeBuilder.cpp:941
@@ -822,2 +940,3 @@
     Id = isl_set_get_dim_id(Context, isl_dim_param, i);
+
     IDToValue[Id] = generateSCEV((const SCEV *)isl_id_get_user(Id));
----------------
??


http://reviews.llvm.org/D13195





More information about the llvm-commits mailing list