SVE types are trivially copyable: they can be copied simply
by reproducing the byte representation of the source object.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D76691
[AST][SVE] Treat built-in SVE types as trivially copyable ClosedPublic Authored by rsandifo-arm on Mar 24 2020, 4:51 AM.
Details
Diff Detail
Event Timelinersandifo-arm added a child revision: D76692: [AST][SVE] Treat built-in SVE types as trivial.Mar 24 2020, 4:52 AM This revision is now accepted and ready to land.Mar 25 2020, 11:47 AM Closed by commit rG35392660e6d5: [AST][SVE] Treat built-in SVE types as trivially copyable (authored by rsandifo-arm). · Explain WhyMar 27 2020, 10:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 253171 clang/lib/AST/Type.cpp
clang/test/SemaCXX/sizeless-1.cpp
|