[all-commits] [llvm/llvm-project] 38953f: [CIR] Add initial support for operator delete (#16...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Mon Sep 29 10:30:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38953f4d66a43a6a09b3c782e9efd12d2ca4d0d2
      https://github.com/llvm/llvm-project/commit/38953f4d66a43a6a09b3c782e9efd12d2ca4d0d2
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-09-29 (Mon, 29 Sep 2025)

  Changed paths:
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenExprCXX.cpp
    M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunction.h
    A clang/test/CIR/CodeGen/delete.cpp

  Log Message:
  -----------
  [CIR] Add initial support for operator delete (#160574)

This adds basic operator delete handling in CIR. This does not yet
handle destroying delete or array delete, which will be added later. It
also does not insert non-null checks when not optimizing for size.



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