[all-commits] [llvm/llvm-project] a304e0: [CIR] Handle expression with cleanups (#151600)
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Fri Aug 1 11:39:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a304e09fe767eb6e15680602cdabf5c405894061
https://github.com/llvm/llvm-project/commit/a304e09fe767eb6e15680602cdabf5c405894061
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/Address.h
M clang/lib/CIR/CodeGen/CIRGenDecl.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/test/CIR/CodeGen/cleanup.cpp
Log Message:
-----------
[CIR] Handle expression with cleanups (#151600)
This adds code to handle expressions with cleanup, including
materializing a temporary object for the expression.
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