[PATCH] D70168: [AArch64][DebugInfo] Fix incorrect call site param value produced by MOVZXi

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 02:13:54 PST 2019


djtodoro created this revision.
djtodoro added reviewers: vsk, dstenb, aprantl.
djtodoro added a project: debug-info.
Herald added subscribers: llvm-commits, ormris, hiraditya, kristof.beyls.
Herald added a project: LLVM.

This will resolve the bug described at https://bugs.llvm.org/show_bug.cgi?id=43975.

The problem was with the truncation of the immediate operand.


https://reviews.llvm.org/D70168

Files:
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpret-movzxi.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70168.229035.patch
Type: text/x-patch
Size: 7141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/8fa8377f/attachment-0001.bin>


More information about the llvm-commits mailing list