1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to return...
authorNadav Rotem <nrotem@apple.com>
Sat, 27 Oct 2012 04:11:32 +0000 (04:11 +0000)
committerNadav Rotem <nrotem@apple.com>
Sat, 27 Oct 2012 04:11:32 +0000 (04:11 +0000)
commitf065a8467785015336432e3e6e584798d8b48d8e
tree54fe00dacd5bf6c8528b030bb84a401ee1ed8888
parent80acd97266f6f165285ae9303dea9654f87a2a87
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to return the type of the split result.
2. Change the maximum vectorization width from 4 to 8.
3. A test for both.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166864 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/X86/gcc-examples.ll [new file with mode: 0644]