forked from OSchip/llvm-project
844d97f650
Bit-Tracking Dead Code Elimination (bdce) do not mark dbg.value as undef after deleting instruction. which shows invalid state of variable in debugger. This patches fixes this by marking the dbg.value as undef which depends on dead instruction. This fixes https://bugs.llvm.org/show_bug.cgi?id=41925 Patch by kamlesh kumar! Differential Revision: https://reviews.llvm.org/D70040 |
||
---|---|---|
.. | ||
basic.ll | ||
dbg-multipleuses.ll | ||
dce-pure.ll | ||
dead-uses.ll | ||
dead-void-ro.ll | ||
invalidate-assumptions.ll | ||
order.ll | ||
pr26587.ll | ||
pr41925.ll | ||
vectors.ll |