This is an archive of the discontinued LLVM Phabricator instance.

[AST][SVE] Treat built-in SVE types as trivial
ClosedPublic

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

Details

Summary

Built-in SVE types are trivial, since they're trivially copyable
and support default construction.

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:46 AM
This revision was automatically updated to reflect the committed changes.