[PATCH] D78531: [AArch64] Fix MIR tests with invalid live-ins.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 19:00:23 PDT 2020


efriedma created this revision.
efriedma added reviewers: paquette, sdesmalen, fhahn.
Herald added subscribers: danielkiss, kristof.beyls, qcolombet.
Herald added a project: LLVM.

A register can't be live if it isn't defined; fix issues in various testcases.

(I'm working on a MachineVerifier patch to verify this.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78531

Files:
  llvm/test/CodeGen/AArch64/jump-table-compress.mir
  llvm/test/CodeGen/AArch64/machine-copy-remove.mir
  llvm/test/CodeGen/AArch64/machine-outliner-regsave.mir
  llvm/test/CodeGen/AArch64/machine-zero-copy-remove.mir
  llvm/test/CodeGen/AArch64/post-ra-machine-sink.mir
  llvm/test/CodeGen/AArch64/unreachable-emergency-spill-slot.mir
  llvm/test/CodeGen/AArch64/wineh4.mir
  llvm/test/CodeGen/AArch64/wineh8.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78531.258885.patch
Type: text/x-patch
Size: 4875 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200421/27649168/attachment.bin>


More information about the llvm-commits mailing list