================
@@ -382,3 +382,13 @@ void CIRGenFunction::emitVAStartEnd(mlir::Value argValue, 
bool isStart) {
   else
     cir::VAEndOp::create(builder, argValue.getLoc(), argValue);
 }
+
+// FIXME(cir): This completely abstracts away the ABI with a generic CIR Op. We
----------------
mmha wrote:

That comment still kind of applies because of the va_arg LLVM instruction and 
that we need to replace it in LoweringPrepare in the future. I'll clarify that.

https://github.com/llvm/llvm-project/pull/153834
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to