This is an archive of the discontinued LLVM Phabricator instance.

[X86][MS] Allow the invoking of a stand-alone 'movsd' instruction
ClosedPublic

Authored by coby on Nov 21 2016, 6:41 AM.

Details

Summary

small fixup which enables the issuing of the aforementioned instruction (w/o operands), on MS/Intel syntax.

Differential Revision: https://reviews.llvm.org/D26913

Diff Detail

Repository
rL LLVM

Event Timeline

coby updated this revision to Diff 78714.Nov 21 2016, 6:41 AM
coby retitled this revision from to [X86][MS] Allow the invoking of a stand-alone 'movsd' instruction.
coby updated this object.
coby added a reviewer: myatsina.
coby set the repository for this revision to rL LLVM.
coby updated this object.
coby added a subscriber: llvm-commits.
myatsina accepted this revision.Nov 21 2016, 6:45 AM
myatsina edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 21 2016, 6:45 AM
This revision was automatically updated to reflect the committed changes.