================
@@ -585,6 +585,31 @@ mlir::LogicalResult CIRGenFunction::emitDeclStmt(const
DeclStmt &s) {
return mlir::success();
}
+static cir::StoreOp findDominatingStoreToReturnValue(CIRGenFunction &cgf) {
----------------
andykaylor wrote:
This function should entirely match the corresponding function in classic
codegen or have comments explaining why it is different. It's currently very
different.
https://github.com/llvm/llvm-project/pull/186320
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits