hanchenye-llvm-project/polly/test/IndependentBlocks
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
..
inter_bb_scalar_dep.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
intra_and_inter_bb_scalar_dep.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
intra_bb_scalar_dep.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
phi_outside_scop.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
scalar_to_array.ll Remove code for scalar and PHI to array translation 2015-06-26 07:31:18 +00:00
scev-invalidated.ll Remove target triples from test cases 2015-04-21 14:28:02 +00:00