commit | 4f4dfbacada3f33b00786bda2f13a91ad45d6ba1 | [log] [tgz] |
---|---|---|
author | Philip Pfaffe <philip.pfaffe@gmail.com> | Mon Jul 23 15:28:50 2018 +0000 |
committer | Philip Pfaffe <philip.pfaffe@gmail.com> | Mon Jul 23 15:28:50 2018 +0000 |
tree | 1f9a4c474670fcf8153ec16e1851c5bcfa72dc7f | |
parent | 89a3799a69f57fbcda0f14219c851e5d14b36df4 [diff] |
[isl] Simplify iterator implementation by building on top of list accessors Summary: With the new accessors, it's straightforward to use the templated iterator instead of subclassing it for all the list types. Depends on D49019 Reviewers: grosser, Meinersbur, bollu Reviewed By: grosser Subscribers: mehdi_amini, steven_wu, dexonsmith, pollydev, llvm-commits Differential Revision: https://reviews.llvm.org/D49021 llvm-svn: 337702