This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Thumb2 LDR (literal) should accept PC as the destination
ClosedPublic

Authored by olista01 on Nov 10 2016, 5:13 AM.

Details

Summary

The version of this instruction with the .w suffix already correctly accepts this, but the alias without the .w did not.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 77472.Nov 10 2016, 5:13 AM
olista01 retitled this revision from to [ARM] Thumb2 LDR (literal) should accept PC as the destination.
olista01 updated this object.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
jmolloy accepted this revision.Nov 10 2016, 5:15 AM
jmolloy edited edge metadata.

Trivially correct. LGTM.

This revision is now accepted and ready to land.Nov 10 2016, 5:15 AM
This revision was automatically updated to reflect the committed changes.