This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][DebugInfo] Fix incorrect call site param value produced by MOVZXi
ClosedPublic

Authored by djtodoro on Nov 13 2019, 2:11 AM.

Details

Summary

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.

Diff Detail

Event Timeline

djtodoro created this revision.Nov 13 2019, 2:11 AM
vsk accepted this revision.Nov 13 2019, 7:35 AM

LGTM

This revision is now accepted and ready to land.Nov 13 2019, 7:35 AM
This revision was automatically updated to reflect the committed changes.