[all-commits] [llvm/llvm-project] 0d2860: [clang] Avoid memcopy for small structure with pad...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Wed Nov 22 21:38:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d2860b795879f4dd152963b52f969b53b136899
https://github.com/llvm/llvm-project/commit/0d2860b795879f4dd152963b52f969b53b136899
Author: serge-sans-paille <sguelton at mozilla.com>
Date: 2023-11-23 (Thu, 23 Nov 2023)
Changed paths:
M clang/lib/CodeGen/CGDecl.cpp
M clang/test/CodeGenCXX/auto-var-init.cpp
Log Message:
-----------
[clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)
More information about the All-commits
mailing list