[MLIR] Refactor FuncOpToLLVM to operate on FunctionOpInterface instead of FuncOp (NFC) (#68665)
* refactor `convertFuncOpToLLVMFuncOp` to accept a `FunctionOpInterface` instead of func::FuncOp * move `convertFuncOpToLLVMFuncOp` to corresponding public header, making it available for downstream project.
Loading
Please sign in to comment