[all-commits] [llvm/llvm-project] fe5c36: [clang] Avoid memcopy for small structure with pad...
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Thu Nov 23 08:43:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe5c360a9aae61db37886c0c795c409b5129905f
https://github.com/llvm/llvm-project/commit/fe5c360a9aae61db37886c0c795c409b5129905f
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
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