[PATCH] D13529: [Polly] Allow alloca instructions in the SCoP
Hongbin Zheng via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 07:59:53 PST 2016
etherzhhb added a subscriber: etherzhhb.
etherzhhb added a comment.
Actually we free ScopInfo before other scop analyses:
[2016-02-15 16:19:24.577937000] 0x380e7c0 Freeing Pass 'Polly - Create polyhedral description of Scops' on Region 'for.cond => for.end8'...
[2016-02-15 16:19:24.578081000] 0x380e7c0 Freeing Pass 'Polly - Generate an AST from the SCoP (isl)' on Region 'for.cond => for.end8'...
[2016-02-15 16:19:24.578174000] 0x380e7c0 Freeing Pass 'Polly - Calculate dependences' on Region 'for.cond => for.end8'...
http://reviews.llvm.org/D13529
More information about the llvm-commits
mailing list