summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2011-12-14 12:21:31 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2011-12-14 12:21:31 +0000
commite1bc007afa88bd57439e1265e6f8bf01eeb43c7f (patch)
tree4d2cd31ebaca3129b9f5affe8b5ddc50dc9e2b0b /clang/lib/Sema/SemaChecking.cpp
parent5c28af1c23e9f80145cb34097cb37276628f51db (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud