This is an archive of the discontinued LLVM Phabricator instance.

[x86][AsmParser] Allow some more MS size directives
ClosedPublic

Authored by coby on Aug 27 2017, 4:50 AM.

Details

Summary

MS allows the following size directives: float/double and long as synonymous to dword/qword and dword, respectively.

Diff Detail

Repository
rL LLVM

Event Timeline

coby created this revision.Aug 27 2017, 4:50 AM
rnk accepted this revision.Aug 27 2017, 8:55 AM

Lgtm

This revision is now accepted and ready to land.Aug 27 2017, 8:55 AM
This revision was automatically updated to reflect the committed changes.