]> granicus.if.org Git - llvm/commit
Reset debug loc to OldInduction in InnerLoopVectorizer::createInductionVariable....
authorDehao Chen <dehao@google.com>
Mon, 7 Nov 2016 21:59:40 +0000 (21:59 +0000)
committerDehao Chen <dehao@google.com>
Mon, 7 Nov 2016 21:59:40 +0000 (21:59 +0000)
commitcc1ad89bbb4f0b720e0c07714109f628e6cb8106
treeb4473ce871cdc41c906a82e1ba24aba70dea50ac
parent93cbe9bc6f605a43bce26b6c36bc4f54b9e63713
Reset debug loc to OldInduction in InnerLoopVectorizer::createInductionVariable. (NFC)

This is to prevent SetInsertionPoint from setting debug loc to Latch->getTerminator().

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