llvm-project/polly/lib
Michael Kruse a0db63a195 [IslTools] dumpPw: Dump same structure pieces together.
Print same or similar structure elements together. Previously, the
value could take more importance that the space structure if visited
first in the space nest tree.

Before:
{
  Left[0] -> Right[i]: i >= 0;
  Left[1] -> AnotherRight[i];
  Left[2] -> Right[-1]
}

After:
{
  Left[0] -> Right[i]: i >= 0;
  Left[2] -> Right[-1];
  Left[1] -> AnotherRight[i]
}

llvm-svn: 322581
2018-01-16 18:39:42 +00:00
..
Analysis [ScopBuilder] Split statements on encountering store instructions. 2017-12-11 12:51:24 +00:00
CodeGen [CodeGen] Fix noalias annotations for memcpy/memmove. 2017-12-22 17:44:53 +00:00
Exchange Port ScopInfo to the isl cpp bindings 2017-11-19 22:13:34 +00:00
External [CMake] Use only keyword-version of target_link_library. NFC. 2018-01-12 16:09:18 +00:00
Support [IslTools] dumpPw: Dump same structure pieces together. 2018-01-16 18:39:42 +00:00
Transform [MaximalStaticExpansion] Simplify this code a bit. NFCI. 2017-11-25 23:01:31 +00:00
CMakeLists.txt [CMake] Use only keyword-version of target_link_library. NFC. 2018-01-12 16:09:18 +00:00
Polly.cpp Drop '@brief' from doxygen comments 2016-09-02 06:33:33 +00:00