This is an archive of the discontinued LLVM Phabricator instance.

[ARM][MVE] Add DoubleWidthResult flag
ClosedPublic

Authored by samparker on Mar 25 2020, 4:03 AM.

Details

Summary

Add a flag for those instructions which read from the top/bottom halves of their inputs and produce a vector of results of double width elements.

Diff Detail

Event Timeline

samparker created this revision.Mar 25 2020, 4:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2020, 4:03 AM
SjoerdMeijer accepted this revision.Mar 27 2020, 6:10 AM

Looks reasonable to me.

This revision is now accepted and ready to land.Mar 27 2020, 6:10 AM
This revision was automatically updated to reflect the committed changes.