================
@@ -553,6 +553,14 @@ mlir::Value CIRGenFunction::emitToMemory(mlir::Value 
value, QualType ty) {
   return value;
 }
 
+mlir::Value CIRGenFunction::emitFromMemory(mlir::Value value, QualType ty) {
----------------
andykaylor wrote:

This looks entirely insufficient. The classic codegen implementation here has 
undergone some recent changes, including 
https://github.com/llvm/llvm-project/pull/136038 and 
https://github.com/llvm/llvm-project/pull/123977. Please update this function 
to reflect the latest classic codegen version.

https://github.com/llvm/llvm-project/pull/168347
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to