[polly] r288924 - Add more ISL foreachElt functions. NFC.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 04:26:29 PST 2016


2016-12-08 1:08 GMT+01:00 Johannes Doerfert <doerfert at cs.uni-saarland.de>:
> I think all the C++ isl stuff you do is great but shouldn't it go into
> "isl" or at least a C++ frontend for isl? Hiding it in "GICHelper" and
> "ScopHelper" seems to me like the wrong approach as the code is far to
> valuable...

Hi Johannes,

we are actively working on C++ bindings which will ultimately replace this.

For this particular patch, I hope the C++ bindings will eventually
have iterators, but implementing those requires additional exports
from ISL and won't be available in the first revision of the C++
bindings.

Michael


More information about the llvm-commits mailing list