[all-commits] [llvm/llvm-project] 353926: [AST][SVE] Treat built-in SVE types as trivially c...
rsandifo-arm via All-commits
all-commits at lists.llvm.org
Fri Mar 27 10:33:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 35392660e6d5cb8d47e1fd33995d660576eff5de
https://github.com/llvm/llvm-project/commit/35392660e6d5cb8d47e1fd33995d660576eff5de
Author: Richard Sandiford <richard.sandiford at arm.com>
Date: 2020-03-27 (Fri, 27 Mar 2020)
Changed paths:
M clang/lib/AST/Type.cpp
M clang/test/SemaCXX/sizeless-1.cpp
Log Message:
-----------
[AST][SVE] Treat built-in SVE types as trivially copyable
SVE types are trivially copyable: they can be copied simply
by reproducing the byte representation of the source object.
Differential Revision: https://reviews.llvm.org/D76691
More information about the All-commits
mailing list