[all-commits] [llvm/llvm-project] 3e9fd4: [CIR] Add support for constructor aliases (#145792)

Andy Kaylor via All-commits all-commits at lists.llvm.org
Fri Jun 27 09:43:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e9fd4966d7333a0bd7fcf3b4a7828d0545af90b
      https://github.com/llvm/llvm-project/commit/3e9fd4966d7333a0bd7fcf3b4a7828d0545af90b
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-06-27 (Fri, 27 Jun 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
    M clang/lib/CIR/CodeGen/CIRGenModule.cpp
    M clang/lib/CIR/CodeGen/CIRGenModule.h
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    A clang/test/CIR/CodeGen/ctor-alias.cpp
    M clang/test/CIR/IR/func.cir
    A clang/test/CIR/IR/invalid-func.cir

  Log Message:
  -----------
  [CIR] Add support for constructor aliases (#145792)

This change adds support for handling the -mconstructor-aliases option
in CIR. Aliases are not yet correctly lowered to LLVM IR. That will be
implemented in a future change.



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