aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/MachOObjectFile.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-06-26 07:31:18 +0000
committerTobias Grosser <tobias@grosser.es>2015-06-26 07:31:18 +0000
commitaf4e809ca6c631c6b756777ae80a181b86a384e2 (patch)
tree25861d73e24e22377413330317a4686074201786 /llvm/lib/Object/MachOObjectFile.cpp
parent253125af0345649a7538864f7b55ec0c7139b242 (diff)
downloadllvm-af4e809ca6c631c6b756777ae80a181b86a384e2.zip
llvm-af4e809ca6c631c6b756777ae80a181b86a384e2.tar.gz
llvm-af4e809ca6c631c6b756777ae80a181b86a384e2.tar.bz2
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
Diffstat (limited to 'llvm/lib/Object/MachOObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions