hanchenye-llvm-project/polly/lib/Transform
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
..
Canonicalization.cpp Add indvar pass to canonicalization sequence 2015-05-30 06:16:41 +00:00
CodePreparation.cpp Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
DeadCodeElimination.cpp Add explicit #includes for used isl features 2015-05-09 09:36:38 +00:00
IndependentBlocks.cpp Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
ScheduleOptimizer.cpp Update ISL to isl-0.15-3-g532568a 2015-06-18 16:45:40 +00:00