[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
Tue Oct 29 03:09:50 PDT 2019
jonpa updated this revision to Diff 226863.
jonpa marked 3 inline comments as done.
jonpa added a comment.
Patch updated to use LivePhysRegs instead of adding a new method to MachineBasicBlock.
LivePhysRegs::addLiveOuts() now gets the extended comment stating the guarantee that if a register is not added by that method it is not live out.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68267/new/
https://reviews.llvm.org/D68267
Files:
include/llvm/CodeGen/LivePhysRegs.h
lib/CodeGen/MachineVerifier.cpp
lib/Target/SystemZ/SystemZElimCompare.cpp
test/MachineVerifier/live-ins-01.mir
test/MachineVerifier/live-ins-02.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68267.226863.patch
Type: text/x-patch
Size: 6909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191029/bc18be61/attachment.bin>
More information about the llvm-commits
mailing list