[PATCH] D70597: [PHIEliminate] skip dbg instruction when LowerPHINode
Chris Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 7 19:05:21 PST 2020
yechunliang updated this revision to Diff 236745.
yechunliang added a comment.
update patch with:
1. rename dbg_values as DBG_VALUEs to keep consistent.
2. add MBB.empty check at the beginning of MachineVerifier::checkPHIDbg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70597/new/
https://reviews.llvm.org/D70597
Files:
llvm/lib/CodeGen/MachineVerifier.cpp
llvm/lib/CodeGen/PHIElimination.cpp
llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
llvm/test/CodeGen/X86/dbg-changes-codegen-phi-elimination.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70597.236745.patch
Type: text/x-patch
Size: 5449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200108/a694abe2/attachment-0001.bin>
More information about the llvm-commits
mailing list