[PATCH] D81586: [ARM] Describe defs/uses of VLLDM and VLSTM

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 08:07:17 PDT 2020


chill updated this revision to Diff 270405.
chill added a comment.

Updated to take into account liveness of registers. Whenever we blanket push registers, the live ones are ordinary operands,
the dead ones are `Undef` operands.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81586/new/

https://reviews.llvm.org/D81586

Files:
  llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
  llvm/lib/Target/ARM/ARMInstrVFP.td
  llvm/test/CodeGen/ARM/cmse-vlldm-no-reorder.ll
  llvm/test/CodeGen/ARM/vlldm-vlstm-uops.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81586.270405.patch
Type: text/x-patch
Size: 10300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/c96ad8aa/attachment.bin>


More information about the llvm-commits mailing list