Add option -polly-code-generator=none
authorTobias Grosser <grosser@fim.uni-passau.de>
Wed, 20 Mar 2013 13:03:26 +0000 (13:03 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Wed, 20 Mar 2013 13:03:26 +0000 (13:03 +0000)
commitb921e6377b86e3445975073bbb8154ec0dd6818d
tree1c64ec9ea1157e280e3fe0c7c23b06a776342c30
parent0fbbbf6aa73dae363fd9ab49553704f5ae90b2d9
Add option -polly-code-generator=none

This allows us to test Polly and the Polly optimizer without actually doing
code generation at the end. By enabling this option, we can also measure the
compile time overhead due to code generation and the cost of LLVM optimizing the
newly generated code.t

llvm-svn: 177516
polly/lib/RegisterPasses.cpp