1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/Transforms/BDCE
Vedant Kumar b7840ddf08 Clang-trunk Generates Wrong Debug values with -O1
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
2019-11-21 13:53:10 -08:00
..
basic.ll
dbg-multipleuses.ll
dce-pure.ll
dead-uses.ll
dead-void-ro.ll
invalidate-assumptions.ll
order.ll
pr26587.ll
pr41925.ll Clang-trunk Generates Wrong Debug values with -O1 2019-11-21 13:53:10 -08:00
vectors.ll