forked from OSchip/llvm-project
66ac86b58d
A FrameIndex should be valid throughout a block regardless of what instructions get selected in that block -- therefore we shouldn't harness dbg.values that refer to FrameIndexes to an SDNode. There are numerous codegen reasons why an SDNode never appears or doesn't become a location that a DBG_VALUE can refer to. None of them actually affect the variable location. Therefore, before any other tests to encode dbg_values in a SelectionDAG, identify FrameIndex operands and encode them unattached to any SDNode. Differential Revision: https://reviews.llvm.org/D57328 llvm-svn: 352467 |
||
---|---|---|
.. | ||
cu-range-hole.ll | ||
dbg-declare-alloca.ll | ||
dbg-value-const-byref.ll | ||
debug-empty.ll | ||
debug-file-loc-only.ll | ||
debug-file-loc.ll | ||
debug-info.ll | ||
debug-loc-offset.ll | ||
lit.local.cfg |