[all-commits] [llvm/llvm-project] 8c67c4: [MLIR] Refactor FuncOpToLLVM to operate on Functio...

allatit23 via All-commits all-commits at lists.llvm.org
Tue Oct 10 20:13:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c67c48591fbf76559a8b39e68c88c4da0a40218
      https://github.com/llvm/llvm-project/commit/8c67c48591fbf76559a8b39e68c88c4da0a40218
  Author: allatit23 <allatit at 163.com>
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
    M mlir/include/mlir/Conversion/FuncToLLVM/ConvertFuncToLLVM.h
    M mlir/lib/Conversion/FuncToLLVM/FuncToLLVM.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list