This is an archive of the discontinued LLVM Phabricator instance.

Address warnings in EmulateInstructionARM64
ClosedPublic

Authored by emaste on Apr 28 2014, 7:04 AM.

Details

Diff Detail

Event Timeline

emaste updated this revision to Diff 8883.Apr 28 2014, 7:04 AM
emaste retitled this revision from to Address warnings in EmulateInstructionARM64.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a subscriber: Unknown Object (MLST).
emaste updated this revision to Diff 8893.Apr 28 2014, 11:58 AM

Leave LSL_C in, hidden under #if 0, per Greg's request.
This file is using llvm::SignExtend64 already, so no need to keep our own copy of that.

emaste accepted this revision.Apr 28 2014, 2:43 PM
emaste added a reviewer: emaste.
This revision is now accepted and ready to land.Apr 28 2014, 2:43 PM
emaste closed this revision.Apr 28 2014, 2:43 PM

r207449