This is an archive of the discontinued LLVM Phabricator instance.

[X86][ms-inline asm] Add support for memory operands that include structs
ClosedPublic

Authored by myatsina on Dec 23 2015, 7:22 AM.

Details

Summary

Add ability to reference struct symbols in memory operands.
Test case will be added on the clang side.

Diff Detail

Repository
rL LLVM

Event Timeline

myatsina updated this revision to Diff 43535.Dec 23 2015, 7:22 AM
myatsina retitled this revision from to [X86][ms-inline asm] Add support for memory operands that include structs.
myatsina updated this object.
myatsina added reviewers: rnk, mcrosier.
myatsina set the repository for this revision to rL LLVM.
myatsina added a subscriber: llvm-commits.

Test case review on clang side:
http://reviews.llvm.org/D15749

mcrosier accepted this revision.Dec 23 2015, 8:50 AM
mcrosier edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 23 2015, 8:50 AM
This revision was automatically updated to reflect the committed changes.