[ARM] Move MVEVPTBlockPass to a separate file. NFC
commit7282b6fbd659329e11b46851702b88a30de71a7a
authorDavid Green <david.green@arm.com>
Wed, 28 Aug 2019 11:37:31 +0000 (28 11:37 +0000)
committerDavid Green <david.green@arm.com>
Wed, 28 Aug 2019 11:37:31 +0000 (28 11:37 +0000)
tree120d040cb8f187a836a42203fb10a76d6a2e6327
parent72375211067ec21ec0aee977482a239eb98b747e
[ARM] Move MVEVPTBlockPass to a separate file. NFC

This just pulls the MVEVPTBlockPass into a separate file, as opposed to being
wrapped up in Thumb2ITBlockPass.

Differential revision: https://reviews.llvm.org/D66579

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370187 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/CMakeLists.txt
lib/Target/ARM/MVEVPTBlockPass.cpp [new file with mode: 0644]
lib/Target/ARM/Thumb2ITBlockPass.cpp