llvm/test/DebugInfo/AArch64
Aaron Smith 88275016dd [SelectionDAG] Transfer DbgValues when integer operations are promoted
Summary:
DbgValue nodes were not transferred when integer DAG nodes were promoted. For example, if an i32 add node was promoted to an i64 add node by DAGTypeLegalizer::PromoteIntegerResult(), its DbgValue node was not transferred to the new node. The simple fix is to update SetPromotedInteger() to transfer DbgValues. 

Add AArch64/dbg-value-i8.ll to test this change and fix ARM/debug-info-d16-reg.ll which had the wrong DILocalVariable nodes with arg numbers even though they are not for function parameters.

Patch by Se Jong Oh!

Reviewers: vsk, JDevlieghere, aprantl

Reviewed By: JDevlieghere

Subscribers: javed.absar, kristof.beyls, llvm-commits

Tags: #debug-info

Differential Revision: https://reviews.llvm.org/D44546

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327919 91177308-0d34-0410-b5e6-96231b3b80d8
2018-03-19 22:58:50 +00:00
..
asan-stack-vars.ll
big-endian-dump.ll
big-endian.ll
bitfields.ll
cfi-eof-prologue.ll
coalescing.ll
constant-dbgloc.ll
dagcombine-zext.ll
dbg-value-i8.ll [SelectionDAG] Transfer DbgValues when integer operations are promoted 2018-03-19 22:58:50 +00:00
dwarfdump.ll
eh_frame_personality.ll
eh_frame.s
frameindices.ll Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1) 2018-01-19 17:13:12 +00:00
inlined-argument.ll
line-header.ll
lit.local.cfg
little-endian-dump.ll
processes-relocations.ll
prologue_end.ll
struct_by_value.ll