This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Error for invalid shift in memory operand
ClosedPublic

Authored by olista01 on Oct 24 2017, 6:24 AM.

Details

Summary

Report a diagnostic when we fail to parse a shift in a memory operand because the shift type is not an identifier. Without this, we were silently ignoring the whole instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 created this revision.Oct 24 2017, 6:24 AM
rengolin accepted this revision.Oct 24 2017, 6:32 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Oct 24 2017, 6:32 AM
This revision was automatically updated to reflect the committed changes.