[Midnightbsd-cvs] [MidnightBSD/src] ebdf04: Extend memset-to-zero optimization to C++11 aggreg...

Lucas Holt noreply at github.com
Sat Aug 21 15:17:34 EDT 2021


  Branch: refs/heads/stable/2.1
  Home:   https://github.com/MidnightBSD/src
  Commit: ebdf0440df4139b96ccb0ce2469ace151389d54b
      https://github.com/MidnightBSD/src/commit/ebdf0440df4139b96ccb0ce2469ace151389d54b
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-08-21 (Sat, 21 Aug 2021)

  Changed paths:
    M contrib/llvm-project/clang/lib/CodeGen/CGExprAgg.cpp

  Log Message:
  -----------
  Extend memset-to-zero optimization to C++11 aggregate functional casts

      Aggr{...}.

      We previously missed these cases due to not stepping over the additional

      AST nodes representing their syntactic form.




More information about the Midnightbsd-cvs mailing list