This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support symbol with offset in assembly
ClosedPublic

Authored by kaz7 on Jul 4 2020, 11:21 PM.

Details

Summary

Change MCExpr to support Aurora VE's modifiers. Change asmparser to use
existing MCExpr parser (parseExpression) to parse an expression contining
symbols with modifiers and offsets. Also add several regression tests
of MC layer.

Diff Detail

Event Timeline

kaz7 created this revision.Jul 4 2020, 11:21 PM

Please consider the coding style suggestions (in particular for lower-casing function names). Otw, LGTM.

kaz7 updated this revision to Diff 275610.Jul 6 2020, 2:06 AM

Change function names following suggestions.

simoll accepted this revision.Jul 6 2020, 5:32 AM

Thanks!

This revision is now accepted and ready to land.Jul 6 2020, 5:32 AM
This revision was automatically updated to reflect the committed changes.