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.
Paths
| Differential D31879
[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
Event TimelineThis revision is now accepted and ready to land.Apr 18 2017, 6:56 AM Closed by commit rL314888: [ARM] Add diag string for movw/movt immediates in assembly (authored by olista01). · Explain WhyOct 4 2017, 2:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117641 llvm/trunk/lib/Target/ARM/ARMInstrInfo.td
llvm/trunk/test/MC/ARM/diagnostics.s
llvm/trunk/test/MC/ARM/thumb2-diagnostics.s
|