This is an archive of the discontinued LLVM Phabricator instance.

[ARMv8-M] [3/9] Add MOVW/MOVT instructions to ARMv8-M Baseline/Mainline
ClosedPublic

Authored by bsmith on Dec 7 2015, 3:10 AM.

Details

Reviewers
t.p.northover
Summary

This patch forms part of the ARMv8-M Baseline/Mainline support, allowing the use of MOVW and MOVT in ARMv8-M Baseline

Diff Detail

Repository
rL LLVM

Event Timeline

bsmith updated this revision to Diff 42040.Dec 7 2015, 3:10 AM
bsmith retitled this revision from to [ARMv8-M] [3/9] Add MOVW/MOVT instructions to ARMv8-M Baseline/Mainline.
bsmith updated this object.
bsmith added a reviewer: t.p.northover.
bsmith set the repository for this revision to rL LLVM.
bsmith added a subscriber: llvm-commits.
bsmith updated this revision to Diff 42153.Dec 8 2015, 3:44 AM

Rebase onto changes done in D15275.

bsmith updated this revision to Diff 43877.Jan 4 2016, 6:17 AM

Rebase patch against latest trunk changes.

t.p.northover accepted this revision.Jan 13 2016, 3:40 PM
t.p.northover edited edge metadata.

This looks fine to me.

Tim.

This revision is now accepted and ready to land.Jan 13 2016, 3:40 PM
bsmith closed this revision.Jan 15 2016, 2:33 AM

Thanks, committed as r257879.