diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-12-14 12:21:31 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-12-14 12:21:31 +0000 |
commit | e1bc007afa88bd57439e1265e6f8bf01eeb43c7f (patch) | |
tree | 4d2cd31ebaca3129b9f5affe8b5ddc50dc9e2b0b /clang/lib/Sema/SemaChecking.cpp | |
parent | 5c28af1c23e9f80145cb34097cb37276628f51db (diff) | |
download | bcm5719-llvm-e1bc007afa88bd57439e1265e6f8bf01eeb43c7f.tar.gz bcm5719-llvm-e1bc007afa88bd57439e1265e6f8bf01eeb43c7f.zip |
Allow to run the Polly preopt passes with -O0
To extract a preoptimized LLVM-IR file from a C-file run:
clang -Xclang -load -Xclang LLVMPolly.so -O0 -mllvm -polly file.c -S -emit-llvm
On the generated file you can directly run passes such as:
'opt -view-scops file.s'
llvm-svn: 146560
Diffstat (limited to 'clang/lib/Sema/SemaChecking.cpp')
0 files changed, 0 insertions, 0 deletions