[all-commits] [llvm/llvm-project] a9a2d2: [CIR] Implement LValue InitListExpr and Functional...

Erich Keane via All-commits all-commits at lists.llvm.org
Thu Apr 16 06:21:08 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9a2d25db9c011c15a6557bc308ea1856efcb058
      https://github.com/llvm/llvm-project/commit/a9a2d25db9c011c15a6557bc308ea1856efcb058
  Author: Erich Keane <ekeane at nvidia.com>
  Date:   2026-04-16 (Thu, 16 Apr 2026)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenFunction.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunction.h
    A clang/test/CIR/CodeGen/init-list-lvalue.cpp

  Log Message:
  -----------
  [CIR] Implement LValue InitListExpr and FunctionalCastExpr lowering (#192298)

First, this fixes the InitListExpr lowering. This copies the same
implementation from classic-codegen, and adds some tests (this is
    otherwise untested in classic codegen?).

Second, while I was writing tests for the above, I accidented into the
FunctionalCastExpr, which just calls emitCastLValue, so this fixes that
as well.



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