LoopVectorize: Division reductions generate incorrect code. Remove the part of the...
authorNadav Rotem <nrotem@apple.com>
Fri, 16 Nov 2012 06:51:17 +0000 (06:51 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 16 Nov 2012 06:51:17 +0000 (06:51 +0000)
commit77d6ae1b01f86cc82593c8f67118b7c2d6fd17c2
tree908e3ee9738fc3d386c14d12b3b78263dd7d8ab9
parentd577552c668b744a995c41ff0b73c68eb30d7b93
LoopVectorize: Division reductions generate incorrect code. Remove the part of the code that deals with divs.
Thanks to Paul Redmond for catching this while reviewing the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168142 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp