diff options
author | Alexey Lapshin <a.v.lapshin@mail.ru> | 2019-09-04 14:19:49 +0000 |
---|---|---|
committer | Alexey Lapshin <a.v.lapshin@mail.ru> | 2019-09-04 14:19:49 +0000 |
commit | cbf1f3b771c8c0e0858deafe5f9457fb838ff2c2 (patch) | |
tree | f60ff2ffc03ce529663ed821dbb7c0ba2b687b6f /lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py | |
parent | c86d47b6b6fbece30c5ef7232a72c0d0453837cb (diff) | |
download | bcm5719-llvm-cbf1f3b771c8c0e0858deafe5f9457fb838ff2c2.tar.gz bcm5719-llvm-cbf1f3b771c8c0e0858deafe5f9457fb838ff2c2.zip |
[Debuginfo][SROA] Need to handle dbg.value in SROA pass.
SROA pass processes debug info incorrecly if applied twice.
Specifically, after SROA works first time, instcombine converts dbg.declare
intrinsics into dbg.value. Inlining creates new opportunities for SROA,
so it is called again. This time it does not handle correctly previously
inserted dbg.value intrinsics.
Differential Revision: https://reviews.llvm.org/D64595
llvm-svn: 370906
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/breakpoint/TestBreakpointAPI.py')
0 files changed, 0 insertions, 0 deletions