This is an archive of the discontinued LLVM Phabricator instance.

[VE] Support VE specific data directives in MC
ClosedPublic

Authored by kaz7 on Dec 5 2021, 11:11 AM.

Details

Summary

Support VE specific data directives, .word/.long/.llong, in MC layer.

Diff Detail

Event Timeline

kaz7 created this revision.Dec 5 2021, 11:11 AM
kaz7 requested review of this revision.Dec 5 2021, 11:11 AM
kaz7 updated this revision to Diff 391927.Dec 5 2021, 11:25 AM

Add an additional regression test.

kaz7 edited reviewers, added: simoll; removed: simon.Dec 5 2021, 11:27 AM
simoll accepted this revision.Dec 6 2021, 2:32 AM
This revision is now accepted and ready to land.Dec 6 2021, 2:32 AM
This revision was automatically updated to reflect the committed changes.