[PATCH] D96723: [ARM] Use rGPR for writeback vldrs

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 10:11:43 PST 2021


dmgreen created this revision.
dmgreen added reviewers: simon_tatham, SjoerdMeijer, efriedma, ostannard, NickGuy.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
dmgreen requested review of this revision.
Herald added a project: LLVM.

>From what I can tell, a writeback is unpredictable with LR for both loads and stores. This changes the operand from a gprnopc to a rGPR in both cases (which I believe is essentially a NOP due to the tied-def already being a rGPR.)


https://reviews.llvm.org/D96723

Files:
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/count_dominates_start.mir
  llvm/test/CodeGen/Thumb2/mve-postinc-distribute.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96723.323786.patch
Type: text/x-patch
Size: 13143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/5ac53267/attachment.bin>


More information about the llvm-commits mailing list