hanchenye-llvm-project/polly/lib
Johannes Doerfert 77bd5ae3d9 [Fix] Allow pointer types as access elements and compare them correctly
This fixes two problems which are usualy caused together:
    1) The elements of an isl AST access expression could be pointers
       not only integers, floats and vectores thereof.
    2) The runtime alias checks need to compare pointers but if they
       are of a different type we need to cast them into a "max" type
       similar to the non pointer case.

llvm-svn: 218113
2014-09-19 08:49:02 +00:00
..
Analysis Report possible aliasing deterministically 2014-09-18 14:45:43 +00:00
CodeGen [Fix] Allow pointer types as access elements and compare them correctly 2014-09-19 08:49:02 +00:00
Exchange Update for LLVM api change 2014-08-25 18:16:52 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support [RTC] Runtime Alias Checks for the ISL backend 2014-09-18 11:17:17 +00:00
Transform [Fix] isl usage errors in ScheduleOptimizer 2014-08-20 17:15:34 +00:00
CMakeLists.txt [Polly] Remove the PoCC and ScopLib support 2014-08-13 17:49:16 +00:00
Makefile [Polly] Remove the PoCC and ScopLib support 2014-08-13 17:49:16 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00