[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
Sun Jan 5 11:30:09 PST 2020
jonpa updated this revision to Diff 236254.
jonpa added a comment.
Since I have done everything I can to remedy this issue in the X86 backend since this was reverted two months ago, I would like to suggest recommitting this patch now with the one failing test function moved out into a new XFAIL:ing test file.
I have suggested an X86 patch for this without getting any review on https://reviews.llvm.org/D71375.
This test case problem has been reported on https://bugs.llvm.org/show_bug.cgi?id=44462.
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/test/CodeGen/X86/copy-eflags-02.ll
llvm/test/CodeGen/X86/copy-eflags.ll
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.236254.patch
Type: text/x-patch
Size: 13777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200105/6c5add6b/attachment.bin>
More information about the llvm-commits
mailing list