This is an archive of the discontinued LLVM Phabricator instance.

[ms] [llvm-ml] Improve MASM STRUCT field accessor support
ClosedPublic

Authored by epastor on Jul 7 2020, 2:35 PM.

Details

Summary

Adds support for several accessors:

  • [<identifier>.<struct name>].<field>
  • [<identifier>.<struct name>.<field>].<subfield> (where field has already-defined STRUCT type)
  • [<variable>.<field>].<subfield> (where field has already-defined STRUCT type)

Diff Detail

Event Timeline

epastor created this revision.Jul 7 2020, 2:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 2:35 PM
thakis accepted this revision.Jul 11 2020, 7:19 PM
This revision is now accepted and ready to land.Jul 11 2020, 7:19 PM
This revision was automatically updated to reflect the committed changes.