[all-commits] [llvm/llvm-project] afe8b9: [clang] Avoid memcopy for small structure with pad...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Fri Nov 24 15:11:52 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d
https://github.com/llvm/llvm-project/commit/afe8b93ffdfef5d8879e1894b9d7dda40dee2b8d
Author: serge-sans-paille <sguelton at mozilla.com>
Date: 2023-11-25 (Sat, 25 Nov 2023)
Changed paths:
M clang/lib/CodeGen/CGDecl.cpp
M clang/test/CodeGen/aapcs-align.cpp
M clang/test/CodeGen/aapcs64-align.cpp
M clang/test/CodeGenCXX/auto-var-init.cpp
M clang/test/CodeGenOpenCL/amdgpu-printf.cl
M clang/test/OpenMP/bug54082.c
Log Message:
-----------
[clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)
Recommit of 0d2860b795879f4dd152963b52f969b53b136899 with extra test
cases fixed.
More information about the All-commits
mailing list