This is an archive of the discontinued LLVM Phabricator instance.

Add ARM ERET and HVC virtualisation extension instructions.
Needs ReviewPublic

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

Details

Reviewers
None
Summary

Patch by Matthew Wahab.

Diff Detail

Event Timeline

chatur01 retitled this revision from to Add ARM ERET and HVC virtualisation extension instructions..
chatur01 updated this object.
chatur01 edited the test plan for this revision. (Show Details)
chatur01 set the repository for this revision to rL LLVM.

More context.

chatur01 set the repository for this revision to rL LLVM.
chatur01 added a subscriber: Unknown Object (MLST).

Hi Charlie,

I think this looks fine, with one exception (which looks OK too, but is in the wrong patch).

Cheers.

Tim.

lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
295–298

This is Thumb handling code. Shouldn't it be in the other patch?

Thank you for the review Tim! Committed as r222989.