llvm-project/polly/test
Tobias Grosser af4e809ca6 Remove code for scalar and PHI to array translation
This removes old code that has been disabled since several weeks and was hidden
behind the flags -disable-polly-intra-scop-scalar-to-array=false and
-polly-model-phi-nodes=false. Earlier, Polly used to translate scalars and
PHI nodes to single element arrays, as this avoided the need for their special
handling in Polly. With Johannes' patches adding native support for such scalar
references to Polly, this code is not needed any more. After this commit both
-polly-prepare and -polly-independent are now mostly no-ops. Only a couple of
simple transformations still remain, but they are scheduled for removal too.

Thanks again to Johannes Doerfert for his nice work in making all this code
obsolete.

llvm-svn: 240766
2015-06-26 07:31:18 +00:00
..
DeadCodeElimination Replace srem by function call in nonaffine test cases 2015-06-23 20:55:05 +00:00
DependenceInfo Update isl to c3892bebc0 2015-05-09 09:37:30 +00:00
IndependentBlocks Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
Isl Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
ScheduleOptimizer Remove target triples from test cases 2015-04-21 14:28:02 +00:00
ScopDetect Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
ScopDetectionDiagnostics Update polly for LLVM rename of debug info metadata with DI* prefix 2015-04-29 17:02:14 +00:00
ScopInfo Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
TempScop Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
CMakeLists.txt Drop some CLooG leftovers 2015-03-30 17:56:50 +00:00
Makefile Drop Cloog support 2014-12-02 19:26:58 +00:00
README
create_ll.sh Small change to create_ll.sh [NFC] 2015-03-08 15:36:27 +00:00
lit.cfg Do not run GPGPU test cases without nvptx target 2014-05-14 14:18:14 +00:00
lit.site.cfg.in [tests] Use -polly-vectorizer=polly directly 2015-04-05 06:53:11 +00:00
polly.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00

README

place tests here