hanchenye-llvm-project/polly/test
Tobias Grosser 928d7573dd GPGPU: Sort dimension sizes of multi-dimensional shared memory arrays correctly
Before this commit we generated the array type in reverse order and we also
added the outermost dimension size to the new array declaration, which is
incorrect as Polly additionally assumed an additional unsized outermost
dimension, such that we had an off-by-one error in the linearization of access
expressions.

llvm-svn: 277802
2016-08-05 08:27:24 +00:00
..
CodeGen/OpenMP Update to ISL 0.17. 2016-05-04 14:41:36 +00:00
DeadCodeElimination [Polly] Remove unwanted --check-prefix=CHECK from unit tests. NFC. 2016-04-15 06:12:29 +00:00
DependenceInfo [GSoC] Do not process SCoPs with infeasible runtime context 2016-07-25 12:40:59 +00:00
GPGPU GPGPU: Sort dimension sizes of multi-dimensional shared memory arrays correctly 2016-08-05 08:27:24 +00:00
Isl Add missing prefixes. 2016-07-30 11:15:00 +00:00
ScheduleOptimizer Apply all necessary tilings and interchangings to get a macro-kernel 2016-07-25 09:42:53 +00:00
ScopDetect Weaken profitability constraints during ScopDetection 2016-05-10 14:42:30 +00:00
ScopDetectionDiagnostics Fix assertion due to loop overlap with nonaffine region. 2016-06-27 19:00:49 +00:00
ScopInfo BlockGenerator: remove dead instructions in normal statements 2016-07-21 11:48:36 +00:00
CMakeLists.txt Reapply "Add update_test.py script." 2016-02-29 14:58:13 +00:00
README
create_ll.sh
lit.cfg
lit.site.cfg.in GPGPU: create default initialized PPCG scop and gpu program 2016-07-14 10:22:19 +00:00
polly.ll
update_check.py Add InvalidContext to update_test.py. 2016-04-14 15:22:04 +00:00

README

place tests here