This is an archive of the discontinued LLVM Phabricator instance.

ARM: Newer CPUs support LDRD with independent input/output regs
ClosedPublic

Authored by MatzeB on May 11 2015, 6:48 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 25542.May 11 2015, 6:48 PM
MatzeB retitled this revision from to ARM: Newer CPUs support LDRD with independent input/output regs.
MatzeB updated this object.
MatzeB edited the test plan for this revision. (Show Details)
MatzeB added reviewers: t.p.northover, grosbach.
MatzeB set the repository for this revision to rL LLVM.
MatzeB added a subscriber: Unknown Object (MLST).
MatzeB updated this revision to Diff 25544.May 11 2015, 7:19 PM

Fixed a stupid typo that was introduced by refactoring before patch submission, some tests needed to be updated.

MatzeB updated this revision to Diff 25547.May 11 2015, 8:42 PM

Further cleanups/fixes after getting a better understand of the architecture manual.

t.p.northover accepted this revision.Jun 1 2015, 1:01 PM
t.p.northover edited edge metadata.

This looks reasonable to me.

Tim.

This revision is now accepted and ready to land.Jun 1 2015, 1:01 PM
This revision was automatically updated to reflect the committed changes.