[PATCH] D66579: [ARM] Move MVEVPTBlockPass to a separate file
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 22 02:30:31 PDT 2019
dmgreen created this revision.
dmgreen added reviewers: t.p.northover, samparker, SjoerdMeijer, ostannard, simon_tatham.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar, mgorny.
Herald added a project: LLVM.
This just pulls the MVEVPTBlockPass into a separate file, as opposed to living in Thumb2ITBlockPass. I think this makes more sense, and if we need to share any code between them it can be pulled out into somewhere common.
https://reviews.llvm.org/D66579
Files:
llvm/lib/Target/ARM/CMakeLists.txt
llvm/lib/Target/ARM/MVEVPTBlockPass.cpp
llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66579.216568.patch
Type: text/x-patch
Size: 10474 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190822/27826b15/attachment.bin>
More information about the llvm-commits
mailing list