LoopVectorizer: Ignore dbg.value instructions
authorArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 9 Mar 2013 15:56:34 +0000 (15:56 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 9 Mar 2013 15:56:34 +0000 (15:56 +0000)
commit56ee544a3af2b019329f06422c00e8a3645b895c
tree0efec4dc4ae78b20245437f37c4698ef75b98dac
parent576f62c1ead0c099aacf2bc08552a1348d57c23f
LoopVectorizer: Ignore dbg.value instructions

We want vectorization to happen at -g. Ignore calls to the dbg.value intrinsic
and don't transfer them to the vectorized code.

radar://13378964

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