This is an archive of the discontinued LLVM Phabricator instance.

[ARM] [Assembler] Support negative immediates: cover few missing cases
ClosedPublic

Authored by voltur01 on Jun 27 2018, 8:14 AM.

Details

Summary

Support for negative immediates was implemented in
https://reviews.llvm.org/rL298380, however few instruction options were missing.

This change adds negative immediates support and respective tests
for the following:

ADD
ADDS
ADDS.W
AND.W
ANDS
BIC.W
BICS
BICS.W
SUB
SUBS
SUBS.W

Diff Detail

Repository
rL LLVM

Event Timeline

voltur01 created this revision.Jun 27 2018, 8:14 AM
olista01 accepted this revision.Jul 4 2018, 3:06 AM

LGTM

This revision is now accepted and ready to land.Jul 4 2018, 3:06 AM
This revision was automatically updated to reflect the committed changes.