[all-commits] [llvm/llvm-project] 3de2fa: [clang][bytecode] Avoid classifying in visitArrayE...

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue May 13 02:02:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3de2fa91e17287c0bc45f8080064fc327e803314
      https://github.com/llvm/llvm-project/commit/3de2fa91e17287c0bc45f8080064fc327e803314
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/lib/AST/ByteCode/Compiler.h

  Log Message:
  -----------
  [clang][bytecode] Avoid classifying in visitArrayElemInit() (#139674)

We usually call this more than once, but the type of the initializer
never changes. Let's classify only once and pass that to
visitArrayElemInit().



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list