SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather...
authorNadav Rotem <nrotem@apple.com>
Mon, 15 Apr 2013 22:00:26 +0000 (22:00 +0000)
committerNadav Rotem <nrotem@apple.com>
Mon, 15 Apr 2013 22:00:26 +0000 (22:00 +0000)
commitb9116e69666de1d6da41af6554beb9ceb2835db8
tree0e77720614741204f8c380b58172026257180ec9
parentc8c5b8dcd79c5ca14a21fcc2476e52862dd0bf18
SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops.

llvm-svn: 179562
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/lib/Transforms/Vectorize/VecUtils.cpp
llvm/lib/Transforms/Vectorize/VecUtils.h
llvm/test/Transforms/SLPVectorizer/X86/hoist.ll [new file with mode: 0644]