[clang] [CIR] Add support for virtual destructor calls (PR #162725)
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 10 11:03:37 PDT 2025
================
@@ -90,6 +90,13 @@ class Address {
return getPointer();
}
+ /// Return the pointer contained in this class after authenticating it and
+ /// adding offset to it if necessary.
+ mlir::Value emitRawPointer() const {
+ // TODO(cir): update this class with latest traditional LLVM codegen bits
----------------
bcardosolopes wrote:
Is it worth changing the comment to a more accurate assert on missing feature?
https://github.com/llvm/llvm-project/pull/162725
More information about the cfe-commits
mailing list