This is an archive of the discontinued LLVM Phabricator instance.

[ARMv8-M] [4/9] Add SDIV/UDIV instructions to ARMv8-M Baseline
ClosedPublic

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

Details

Reviewers
t.p.northover
Summary

This patch forms part of the ARMv8-M Baseline/Mainline support, allowing the use of hardware divide instructions in ARMv8-M Baseline.

Diff Detail

Repository
rL LLVM

Event Timeline

bsmith updated this revision to Diff 42042.Dec 7 2015, 3:11 AM
bsmith retitled this revision from to [ARMv8-M] [4/9] Add SDIV/UDIV instructions to ARMv8-M Baseline.
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 42154.Dec 8 2015, 3:45 AM

Rebase onto changes done in D15275.

bsmith updated this revision to Diff 43878.Jan 4 2016, 6:18 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 too.

Tim.

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

Thanks, committed as r257880.