llvm-capstone/polly/unittests
Michael Kruse ade14269cd [DeLICM] Fix unused zone for writes without in-between read.
The implementation of computeArrayUnused did not consider writes without
reads before, except for the first write in the SCoP. This caused it to
'forget' writes directly following another write.

This patch re-adds the entire reaching defintion of a write that has not
been covered before by a read.

This fixes Polybench 4.2 2mm where only one of the matrix-multiplication
was detected.

llvm-svn: 311403
2017-08-21 23:04:45 +00:00
..
DeLICM [unittests/DeLICM] Add test for Written vs Written. 2017-04-26 21:52:55 +00:00
Flatten Add -polly-flatten-schedule pass. 2016-09-08 15:02:36 +00:00
Isl [DeLICM] Fix unused zone for writes without in-between read. 2017-08-21 23:04:45 +00:00
ScheduleOptimizer Add forgotten CMakeLists.txt file in unit-test 2017-08-05 09:44:11 +00:00
ScopPassManager Update Polly to reflect a change to a clang-format patch. I'm not sure 2017-06-29 23:58:03 +00:00
CMakeLists.txt [unittests] Add unittest for getPartialTilePrefixes 2017-08-05 09:38:09 +00:00