This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add diag string for movw/movt immediates in assembly
ClosedPublic

Authored by olista01 on Apr 10 2017, 3:32 AM.

Details

Summary

This adds diagnostics for invalid immediate operands to the MOVW and MOVT instructions (ARM and Thumb).

This depends on D31607 (and it's dependencies), which added the mechanism to table-generate these diagnostic messages.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 created this revision.Apr 10 2017, 3:32 AM
rengolin accepted this revision.Apr 18 2017, 6:56 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Apr 18 2017, 6:56 AM
This revision was automatically updated to reflect the committed changes.