[PATCH] D65049: [ARM] Fix for MVE VPT block pass
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 21 06:20:35 PDT 2019
dmgreen created this revision.
dmgreen added reviewers: SjoerdMeijer, samparker, simon_tatham, t.p.northover.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.
We need to ensure that the number of T's is correct when adding multiple instructions into the same VPT block.
I have also moved the tests into Codegen/Thumb2/ to be with all the other MVE tests, in rL366655 <https://reviews.llvm.org/rL366655>.
https://reviews.llvm.org/D65049
Files:
llvm/lib/Target/ARM/Thumb2ITBlockPass.cpp
llvm/test/CodeGen/Thumb2/mve-vpt-block2.mir
llvm/test/CodeGen/Thumb2/mve-vpt-block3.mir
llvm/test/CodeGen/Thumb2/mve-vpt-block4.mir
llvm/test/CodeGen/Thumb2/mve-vpt-block5.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65049.210991.patch
Type: text/x-patch
Size: 4423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190721/66f8f7fc/attachment.bin>
More information about the llvm-commits
mailing list