IslExprBuilder: allow to specify an external isl_id to ScopArrayInfo mapping
authorTobias Grosser <tobias@grosser.es>
Thu, 21 Jul 2016 13:15:51 +0000 (13:15 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 21 Jul 2016 13:15:51 +0000 (13:15 +0000)
commit04b909fccaa4741901cb39c486dda7e9e2345114
tree899b04aa1dd735b814a78e62e95419f4178f24e9
parentdace8381380bc63250f976d16e954a1e83ece05e
IslExprBuilder: allow to specify an external isl_id to ScopArrayInfo mapping

This is useful for external users using IslExprBuilder, in case they cannot
embed ScopArrayInfo data into their isl_ids, because the isl_ids either already
carry other information or the isl_ids have been created and their user pointers
cannot be updated any more.

llvm-svn: 276268
polly/include/polly/CodeGen/IslExprBuilder.h
polly/lib/CodeGen/IslExprBuilder.cpp