[Mlir-commits] [mlir] [mlir] add overload `createDIScopeForLLVMFuncOp` function (PR #111689)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Oct 9 18:43:19 PDT 2024


================
@@ -23,6 +23,10 @@ namespace LLVM {
 /// Create a pass to add DIScope to LLVMFuncOp that are missing it.
 std::unique_ptr<Pass> createDIScopeForLLVMFuncOpPass();
 
+struct DIScopeForLLVMFuncOpOptions;
+std::unique_ptr<Pass>
+createDIScopeForLLVMFuncOpPass(const DIScopeForLLVMFuncOpOptions &options);
+
----------------
Observer007 wrote:

Thanks, then the changes become more concise.

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


More information about the Mlir-commits mailing list