[PATCH] D17241: [Refactor] Move isl_ctx into Scop.

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 07:17:04 PST 2016


> And if  ScopInfo, DependencyInfo, IslAst are not free in order, it become a total mess ....
The pass manager should free IslAst, DependencyInfo, ... __before__ ScopInfo
because they have a dependence on the ScopInfo results. Am I wrong?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160215/74b83961/attachment.sig>


More information about the llvm-commits mailing list