diff options
-rw-r--r-- | polly/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/README b/polly/README index cbfb9d449ab..09a4a546188 100644 --- a/polly/README +++ b/polly/README @@ -1,4 +1,6 @@ Polly - Polyhedral optimizations for LLVM +----------------------------------------- +http://polly.llvm.org/ Polly uses a mathematical representation, the polyhedral model, to represent and transform loops and other control flow structures. Using an abstract |