llvm-capstone/polly/lib
Michael Kruse 41f046a282 Fix assertion due to loop overlap with nonaffine region.
Reject and report regions that contains loops overlapping nonaffine region.
This situation typically happens in the presence of inifinite loops.

This addresses bug llvm.org/PR28071.

Differential Revision: http://reviews.llvm.org/D21312

Contributed-by: Huihui Zhang <huihuiz@codeaurora.org>
llvm-svn: 273905
2016-06-27 19:00:49 +00:00
..
Analysis Fix assertion due to loop overlap with nonaffine region. 2016-06-27 19:00:49 +00:00
CodeGen clang-tidy: Add llvm namespace comments 2016-06-23 22:17:27 +00:00
Exchange clang-tidy: Add llvm namespace comments 2016-06-23 22:17:27 +00:00
External Update isl to isl-0.17.1-84-g72ffe88 2016-06-23 18:59:30 +00:00
JSON
Support [GSoC 2016] New function pass DependenceInfoWrapperPass 2016-06-27 14:47:38 +00:00
Transform clang-tidy: Add llvm namespace comments 2016-06-23 22:17:27 +00:00
CMakeLists.txt Properly build shared libraries if LLVM_LINK_LLVM_DYLIB is enabled. 2016-02-03 16:29:04 +00:00
Polly.cpp