This is an archive of the discontinued LLVM Phabricator instance.

[AST][SVE] Treat built-in SVE types as trivially copyable
ClosedPublic

Authored by rsandifo-arm on Mar 24 2020, 4:51 AM.

Details

Summary

SVE types are trivially copyable: they can be copied simply
by reproducing the byte representation of the source object.

Diff Detail

Event Timeline

rsandifo-arm created this revision.Mar 24 2020, 4:51 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Mar 25 2020, 11:47 AM
This revision was automatically updated to reflect the committed changes.