This is an archive of the discontinued LLVM Phabricator instance.

Adding support for TBYTE type for MS inline asm
ClosedPublic

Authored by myatsina on Jul 16 2015, 2:13 AM.

Details

Summary

Adding support for TBYTE type for MS inline asm

Diff Detail

Repository
rL LLVM

Event Timeline

myatsina updated this revision to Diff 29875.Jul 16 2015, 2:13 AM
myatsina retitled this revision from to Adding support for TBYTE type for MS inline asm.
myatsina updated this object.
myatsina added a reviewer: mcrosier.
myatsina set the repository for this revision to rL LLVM.
myatsina added a subscriber: llvm-commits.
rnk accepted this revision.Jul 16 2015, 1:20 PM
rnk added a reviewer: rnk.
rnk added a subscriber: rnk.

lgtm

This revision is now accepted and ready to land.Jul 16 2015, 1:20 PM
mcrosier edited edge metadata.Jul 16 2015, 1:23 PM

I haven't been following the Intel syntax for some time. AFAICT from my searches on Google, TBYTE is a replacement for XWORD. Can you point me to some documentation? The implementation is fine, but I want to be sure TBYTE is in the standard before adding it.

mcrosier accepted this revision.Jul 16 2015, 1:24 PM
mcrosier edited edge metadata.

Or I'll just trust Reid as he's the true owner of MS inline asm.. :)

I haven't been following the Intel syntax for some time. AFAICT from my searches on Google, TBYTE is a replacement for XWORD. Can you point me to some documentation? The implementation is fine, but I want to be sure TBYTE is in the standard before adding it.

Microsoft documents this here: https://msdn.microsoft.com/en-us/library/e3zfxb7e.aspx

Committed by Michael Kuperstein in revision 242639

myatsina closed this revision.Jul 19 2015, 6:06 AM

Committed by Michael Kuperstein in revision 242639