Change the semantics of is*Parallel
authorJohannes Doerfert <jdoerfert@codeaurora.org>
Fri, 1 Aug 2014 08:14:28 +0000 (08:14 +0000)
committerJohannes Doerfert <jdoerfert@codeaurora.org>
Fri, 1 Aug 2014 08:14:28 +0000 (08:14 +0000)
commited67f8baf6847712aab6437050341e00975e1221
treed6ad0c14245d0c07246f1a5913fdf4e312efb9b1
parentf16a808292b79d078c2bbff3707be2c6c83df826
Change the semantics of is*Parallel

  The functions isParallel, isInnermostParallel and IsOutermostParallel in
  IslAstInfo will now return true even in the presence of broken reductions.
  To compensate for this change the negated result of isReductionParallel can
  be used.

llvm-svn: 214488
polly/lib/CodeGen/IslAst.cpp
polly/lib/CodeGen/IslCodeGeneration.cpp