This is an archive of the discontinued LLVM Phabricator instance.

Add Thumb HVC and ERET virtualisation extension instructions.
Needs ReviewPublic

Authored by chatur01 on Nov 28 2014, 5:27 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Event Timeline

chatur01 retitled this revision from to Add Thumb HVC and ERET virtualisation extension instructions..
chatur01 updated this object.
chatur01 edited the test plan for this revision. (Show Details)
t.p.northover added a subscriber: Unknown Object (MLST).Nov 28 2014, 6:41 AM
t.p.northover added a subscriber: t.p.northover.

Adding llvm-commits.

t.p.northover added inline comments.Nov 28 2014, 6:45 AM
test/MC/Disassembler/ARM/virtexts-thumb.txt
21–24

Is this comment consistent with what you're actually checking? It looks like we are successfully emitting ERET now if this test passes.

chatur01 removed subscribers: t.p.northover, Unknown Object (MLST).

More context.

Remove extraneous comment from test file.

chatur01 set the repository for this revision to rL LLVM.Nov 28 2014, 7:47 AM
chatur01 added a subscriber: Unknown Object (MLST).

Hi Charlie,

This looks fine too, once the Thumb code from the ARM patch is imported.

Cheers.

Tim.

Thanks for the review Tim.

Committed as r222989 with the thumb handling code from the ARM patch imported.