[clang] [CIR] Implement LValueBitcast for ComplexType (PR #150668)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 25 12:06:10 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.
----------------
andykaylor wrote:
This comment doesn't seem to match what you're testing. Apparently this call does more than the comment says.
https://github.com/llvm/llvm-project/pull/150668
More information about the cfe-commits
mailing list