[polly] r213779 - [Refactor] Unify IslAst print methods

Tobias Grosser tobias at grosser.es
Wed Jul 23 12:03:36 PDT 2014


On 23/07/2014 20:14, Johannes Doerfert wrote:
> Author: jdoerfert
> Date: Wed Jul 23 13:14:43 2014
> New Revision: 213779
>
> URL: http://llvm.org/viewvc/llvm-project?rev=213779&view=rev
> Log:
> [Refactor] Unify IslAst print methods
>
>    + Add const annotations to some member functions

Sorry for not looking carefully through this earlier.

I commonly use a command of the form:

polly-clang -O3 -polly -mllvm -debug-only=polly-ast

to get an idea how the generated/transformed LLVM-IR looks like. Am I 
right that this does not work any more as now the DEBUG() statement is
only run if -analyze is given to opt. For clang it does not work
any more as there is no way to pass -analyze to clang.

Cheers,
Tobias




More information about the llvm-commits mailing list