[FlattenAlgo] Replace more isl foreach calls with for loops
authorTobias Grosser <tobias@grosser.es>
Tue, 17 Jul 2018 06:16:58 +0000 (06:16 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 17 Jul 2018 06:16:58 +0000 (06:16 +0000)
commit9d8913020d14520f647350b6261e8a1549527dc5
treeba41c65c98ec96c0de15000d28b19c6c77397555
parent6106595ac11ebc4229bf4744d91b89da4b66aa3a
[FlattenAlgo] Replace more isl foreach calls with for loops

This time we replace for loops where the return isl::stat::error has
been used to carry status information.

There are still two uses of foreach remaining as we do not have a
corresponding for implementation for pw_aff functions.

llvm-svn: 337239
polly/lib/Transform/FlattenAlgo.cpp