diff options
Diffstat (limited to 'polly/lib/CodeGen/IslAst.cpp')
| -rw-r--r-- | polly/lib/CodeGen/IslAst.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp index 3c17517c923..c86b4b7c49e 100644 --- a/polly/lib/CodeGen/IslAst.cpp +++ b/polly/lib/CodeGen/IslAst.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// The isl code generator interface takes a Scop and generates a isl_ast. This +// The isl code generator interface takes a Scop and generates an isl_ast. This // ist_ast can either be returned directly or it can be pretty printed to // stdout. // @@ -17,6 +17,14 @@ // bb2(c2); // } // +// An in-depth discussion of our AST generation approach can be found in: +// +// Polyhedral AST generation is more than scanning polyhedra +// Tobias Grosser, Sven Verdoolaege, Albert Cohen +// ACM Transations on Programming Languages and Systems (TOPLAS), +// 37(4), July 2015 +// http://www.grosser.es/#pub-polyhedral-AST-generation +// //===----------------------------------------------------------------------===// #include "polly/CodeGen/CodeGeneration.h" |

