commit | 9a04420034fe3071ef46df3ed72f7e8c7b5e3a79 | [log] [tgz] |
---|---|---|
author | Michael Kuperstein <mkuper@google.com> | Thu May 12 18:44:51 2016 +0000 |
committer | Michael Kuperstein <mkuper@google.com> | Thu May 12 18:44:51 2016 +0000 |
tree | bb320948f2c48102a5a44e98b6c31c6dcc737ff9 | |
parent | d6f6aaf5e7ea8732da456a48dd3c92459cc31c78 [diff] |
[LoopVectorizer] LoopVectorBody doesn't need to be a vector. NFC. LoopVectorBody was changed from a single pointer to a SmallVector when store predication was introduced in r200270. Since r247139, store predication no longer splits the vector loop body in-place, so we can go back to having a single LoopVectorBody block. This reverts the no-longer-needed changes from r200270. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269321 91177308-0d34-0410-b5e6-96231b3b80d8