[PATCH] D78529: [ARM] 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:22 PDT 2020


efriedma created this revision.
efriedma added reviewers: dmgreen, samparker.
Herald added subscribers: danielkiss, kristof.beyls.
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/D78529

Files:
  llvm/test/CodeGen/ARM/constant-islands-split-IT.mir
  llvm/test/CodeGen/ARM/ifcvt-size.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/it-block-chain.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/loop-dec-copy-prev-iteration.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/safe-def-no-mov.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/unsafe-cpsr-loop-use.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/unsafe-liveout.mir
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/unsafe-use-after.mir
  llvm/test/CodeGen/Thumb2/mve-vpt-2-blocks-ctrl-flow.mir

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


More information about the llvm-commits mailing list