[PATCH] D66214: [ARM] Use MQPR not QPR for MVE registers

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 04:55:25 PDT 2019


dmgreen created this revision.
dmgreen added reviewers: t.p.northover, simon_tatham, SjoerdMeijer, samparker, ostannard.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.

We should be using MQPR, and if we don't we can get COPYs and PHIs created for QPR. These get folded into instructions, failing verification checks.


https://reviews.llvm.org/D66214

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/CodeGen/Thumb2/mve-crash-qpr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66214.215083.patch
Type: text/x-patch
Size: 28388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/ee035535/attachment.bin>


More information about the llvm-commits mailing list