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

Tobias Grosser tobias at grosser.es
Wed Jul 23 22:26:21 PDT 2014


On 23/07/2014 22:11, Johannes Doerfert wrote:
>>> 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.
> No, this should still work.
>
> bool IslAstInfo::runOnScop(Scop &Scop) {
>    [...]
>    DEBUG(printScop(dbgs()));
> }

OK, great.

Tobias




More information about the llvm-commits mailing list