[clang] [CIR] Implement LValueBitcast for ComplexType (PR #150668)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 25 12:16:36 PDT 2025
================
@@ -1208,6 +1208,16 @@ cir::GlobalOp CIRGenModule::getGlobalForStringLiteral(const StringLiteral *s,
return gv;
}
+void CIRGenModule::emitExplicitCastExprType(const ExplicitCastExpr *e,
+ CIRGenFunction *cgf) {
+ // Bind VLAs in the cast type.
----------------
AmrDeveloper wrote:
Yes, I removed this line because the function in the header file has 2 line comments that describe it in detail
https://github.com/llvm/llvm-project/pull/150668
More information about the cfe-commits
mailing list