This is an archive of the discontinued LLVM Phabricator instance.

[Thumb2] Improve disassembly of memory hints
ClosedPublic

Authored by olista01 on Oct 22 2014, 8:50 AM.

Details

Reviewers
t.p.northover
Summary

Currently, the ARM disassembler will disassemble the Thumb2 memory hint
instructions (PLD, PLDW and PLI), even for targets which do not have
these instructions. This patch adds the required checks to the
disassmebler.

Diff Detail

Event Timeline

olista01 updated this revision to Diff 15244.Oct 22 2014, 8:50 AM
olista01 retitled this revision from to [Thumb2] Improve disassembly of memory hints.
olista01 updated this object.
olista01 edited the test plan for this revision. (Show Details)
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: Unknown Object (MLST).
t.p.northover accepted this revision.Oct 22 2014, 10:33 AM
t.p.northover added a reviewer: t.p.northover.
t.p.northover added a subscriber: t.p.northover.

Hi Oliver,

This looks simple enough to me. Go for it.

Tim.

This revision is now accepted and ready to land.Oct 22 2014, 10:33 AM
olista01 closed this revision.Oct 23 2014, 2:03 AM

Thanks, committed revision 220472.