[PATCH] D65061: [ARM] MVE compare vector splat combine
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 21 11:09:39 PDT 2019
dmgreen created this revision.
dmgreen added reviewers: t.p.northover, SjoerdMeijer, samparker, simon_tatham, ostannard.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.
MVE VCMP instructions can use a general purpose register as the second operand. This adds the combines for it, selecting from a compare of a vdup.
https://reviews.llvm.org/D65061
Files:
llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/test/CodeGen/Thumb2/mve-vcmpfr.ll
llvm/test/CodeGen/Thumb2/mve-vcmpr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65061.211006.patch
Type: text/x-patch
Size: 147838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190721/f3d36fe0/attachment.bin>
More information about the llvm-commits
mailing list