[PATCH] D68267: [MBB LiveIn lists, MachineVerifier, SystemZ] New method isLiveOut() and mverifier improvement.

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 1 03:55:48 PDT 2019


jonpa updated this revision to Diff 227411.
jonpa marked 7 inline comments as done.
jonpa added a comment.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

Patch updated per Quentins review:

- use report() + errs() for the error message.
- MIR tests simplified.
- live-ins-03.mir added with two predecessors out of which one has a corrupt live-in list.

Also: use range-based for loop instead for the predecessors.


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

https://reviews.llvm.org/D68267

Files:
  llvm/include/llvm/CodeGen/LivePhysRegs.h
  llvm/lib/CodeGen/MachineVerifier.cpp
  llvm/lib/Target/SystemZ/SystemZElimCompare.cpp
  llvm/test/MachineVerifier/live-ins-01.mir
  llvm/test/MachineVerifier/live-ins-02.mir
  llvm/test/MachineVerifier/live-ins-03.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68267.227411.patch
Type: text/x-patch
Size: 7791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191101/bf43dc55/attachment.bin>


More information about the llvm-commits mailing list