llvm-project/polly/test
Johannes Doerfert 96e5471139 Separate invariant equivalence classes by type
We now distinguish invariant loads to the same memory location if they
  have different types. This will cause us to pre-load an invariant
  location once for each type that is used to access it. However, we can
  thereby avoid invalid casting, especially if an array is accessed
  though different typed/sized invariant loads.

  This basically reverts the changes in r260023 but keeps the test
  cases.

llvm-svn: 260045
2016-02-07 17:30:13 +00:00
..
DeadCodeElimination tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
DependenceInfo Update to ISL 0.16.1 2016-01-15 15:54:45 +00:00
Isl Separate invariant equivalence classes by type 2016-02-07 17:30:13 +00:00
ScheduleOptimizer Update to ISL 0.16.1 2016-01-15 15:54:45 +00:00
ScopDetect Add option to assume single-loop scops with sufficient compute are profitable 2015-12-21 21:00:43 +00:00
ScopDetectionDiagnostics Support accesses with differently sized types to the same array 2016-02-04 13:18:42 +00:00
ScopInfo Separate invariant equivalence classes by type 2016-02-07 17:30:13 +00:00
CMakeLists.txt Fix after renamed CMake cache entry 2015-09-15 10:51:15 +00:00
README
create_ll.sh Small change to create_ll.sh [NFC] 2015-03-08 15:36:27 +00:00
lit.cfg Make the lit configuration Python 3 compatible 2015-07-24 20:33:22 +00:00
lit.site.cfg.in Introduce -polly-process-unprofitable 2015-10-06 16:10:29 +00:00
polly.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00

README

place tests here