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

Mailing List "llvm-commits" via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 07:28:15 PST 2016


llvm-commits added a subscriber: llvm-commits.
llvm-commits added a comment.

> 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?

- F1513220: signature.asc <http://reviews.llvm.org/F1513220>
- F1513219: msg-3247-509.txt <http://reviews.llvm.org/F1513219>


Repository:
  rL LLVM

http://reviews.llvm.org/D17241





More information about the llvm-commits mailing list