OSDN Git Service

Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 and i16).
authorNadav Rotem <nrotem@apple.com>
Sun, 13 Jan 2013 07:56:29 +0000 (07:56 +0000)
committerNadav Rotem <nrotem@apple.com>
Sun, 13 Jan 2013 07:56:29 +0000 (07:56 +0000)
commitb6db95f42b7c3b58f980e387d20ddb3e16bffd56
treedccd21fe81edd340801da46b76a4628b32d9de32
parent981308cffbfd1f77750452015f6e6f0f053e11d4
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 and i16).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172348 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/i8-induction.ll [new file with mode: 0644]