[Refactor] Use attributes to mark function as invalid for polly
authorJohannes Doerfert <jdoerfert@codeaurora.org>
Tue, 15 Jul 2014 21:06:48 +0000 (21:06 +0000)
committerJohannes Doerfert <jdoerfert@codeaurora.org>
Tue, 15 Jul 2014 21:06:48 +0000 (21:06 +0000)
commit43e1eadf263bb8a25bb9ac6705d3ab51eeeab1d0
tree8fbcaa25b9b7902c9230932bd525b1dc1408f5fc
parent87e92eb4391463518b69d6edfef01d0d82224fdc
[Refactor] Use attributes to mark function as invalid for polly

  + Test case annotated with the new attribute
  + Modified test case to check if subfunctions are annotated

llvm-svn: 213093
polly/include/polly/ScopDetection.h
polly/lib/Analysis/ScopDetection.cpp
polly/lib/CodeGen/LoopGenerators.cpp
polly/test/Cloog/CodeGen/OpenMP/invalidate_subfn_scops.ll
polly/test/Cloog/CodeGen/OpenMP/simple_nested_loop.ll
polly/test/ScopDetect/skip_function_attribute.ll [new file with mode: 0644]