[all-commits] [llvm/llvm-project] 272812: Revert "[clang] Avoid memcopy for small structure ...

Omair Javaid via All-commits all-commits at lists.llvm.org
Thu Nov 23 02:45:39 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 272812c7e43d8a45f19ea7b4a3b2667e7fb9e67a
      https://github.com/llvm/llvm-project/commit/272812c7e43d8a45f19ea7b4a3b2667e7fb9e67a
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  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:
  -----------
  Revert "[clang] Avoid memcopy for small structure with padding under -ftrivial-auto-var-init (#71677)"

This reverts commit 0d2860b795879f4dd152963b52f969b53b136899.

This change appears to have broken several clang tests on following buildbots:
https://lab.llvm.org/buildbot/#/builders/245
https://lab.llvm.org/buildbot/#/builders/188
https://lab.llvm.org/buildbot/#/builders/186
https://lab.llvm.org/buildbot/#/builders/183




More information about the All-commits mailing list