llvm-project/polly/test
Johannes Doerfert 561d36b320 Allow pointer expressions in SCEVs again.
In r247147 we disabled pointer expressions because the IslExprBuilder did not
  fully support them. This patch reintroduces them by simply treating them as
  integers. The only special handling for pointers that is left detects the
  comparison of two address_of operands and uses an unsigned compare.

llvm-svn: 265894
2016-04-10 09:50:10 +00:00
..
CodeGen/OpenMP [FIX] Do not recompute SCEVs but pass them to subfunctions 2016-04-09 14:30:11 +00:00
DeadCodeElimination tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
DependenceInfo Add fine-grain dependences analysis to release notes. 2016-03-28 12:41:49 +00:00
Isl Allow pointer expressions in SCEVs again. 2016-04-10 09:50:10 +00:00
ScheduleOptimizer Annotation of SIMD loops 2016-02-23 09:00:13 +00:00
ScopDetect Drop explicit -polly-delinearize parameter 2016-03-23 13:21:02 +00:00
ScopDetectionDiagnostics Drop explicit -polly-delinearize parameter 2016-03-23 13:21:02 +00:00
ScopInfo Allow pointer expressions in SCEVs again. 2016-04-10 09:50:10 +00:00
CMakeLists.txt Reapply "Add update_test.py script." 2016-02-29 14:58:13 +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
update_check.py Reapply "Add update_test.py script." 2016-02-29 14:58:13 +00:00

README

place tests here