[PATCH] D49021: [Polly][isl] Simplify iterator implementation by building on top of list accessors

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 05:41:55 PDT 2018


philip.pfaffe created this revision.
philip.pfaffe added reviewers: grosser, Meinersbur, bollu.
Herald added subscribers: dexonsmith, steven_wu, mehdi_amini.

With the new accessors, it's straightforward to use the templated
iterator instead of subclassing it for all the list types.

Depends on https://reviews.llvm.org/D49019


Repository:
  rPLO Polly

https://reviews.llvm.org/D49021

Files:
  include/polly/Support/ISLTools.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49021.154392.patch
Type: text/x-patch
Size: 4350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180706/f5954731/attachment.bin>


More information about the llvm-commits mailing list