forked from OSchip/llvm-project
52277852a4
We disable Polly by default and add a new option '-polly' that enables Polly. This allows us to create an the alias $ alias clang clang -Xclang -load -Xclang LLVMPolly.so which loads Polly always into clang. It can now be enabled by running: $ clang -O3 -mllvm -polly file.c To enable it by default an alias pollycc can be create $ alias pollycc clang -O3 -mllvm -polly llvm-svn: 144917 |
||
---|---|---|
.. | ||
documentation | ||
experiments/matmul | ||
images | ||
publications | ||
.htaccess | ||
bugs.html | ||
content.css | ||
contributors.html | ||
documentation.html | ||
example_load_Polly_into_clang.html | ||
example_manual_matmul.html | ||
examples.html | ||
get_started.html | ||
index.html | ||
menu.css | ||
menu.html.incl | ||
performance.html | ||
phonecall.html | ||
publications.html | ||
todo.html |