[Mlir-commits] [mlir] [MLIR][MemRefToLLVM] Remove last typed pointer remnants (PR #71113)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Nov 3 02:52:48 PDT 2023


================
@@ -50,16 +50,16 @@ LLVM::LLVMFuncOp lookupOrCreatePrintCloseFn(ModuleOp moduleOp);
 LLVM::LLVMFuncOp lookupOrCreatePrintCommaFn(ModuleOp moduleOp);
 LLVM::LLVMFuncOp lookupOrCreatePrintNewlineFn(ModuleOp moduleOp);
 LLVM::LLVMFuncOp lookupOrCreateMallocFn(ModuleOp moduleOp, Type indexType,
-                                        bool opaquePointers);
+                                        bool opaquePointers = true);
----------------
ftynse wrote:

I just hoped these were truly the last remnants :) 

https://github.com/llvm/llvm-project/pull/71113


More information about the Mlir-commits mailing list