OSDN Git Service

Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Oct 2015 19:02:36 +0000 (19:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 27 Oct 2015 19:02:36 +0000 (19:02 +0000)
commit50aba1e345a4536e1132819277aa319528edd7b7
treee52642f45478934d13398c1bd82e549c45f0a019
parentf6ceaf6f92a07092c93a4245840d375438d96019
Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"

It causes miscompilation of llvm/lib/ExecutionEngine/Interpreter/Execution.cpp.
See also PR25324.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251436 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/X86/vectorization-remarks-profitable.ll
test/Transforms/LoopVectorize/gep_with_bitcast.ll [deleted file]