[PATCH] D70597: [PHIEliminate] skip dbg instruction when LowerPHINode

Chris Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 21:35:00 PST 2019


yechunliang updated this revision to Diff 234455.
yechunliang edited the summary of this revision.
yechunliang added a comment.

Added checkPHIDbg to check "no dbg_values between PHI and labels" in MachineVerifier.


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.234455.patch
Type: text/x-patch
Size: 5131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/bb13b2ee/attachment-0001.bin>


More information about the llvm-commits mailing list