[all-commits] [llvm/llvm-project] eef538: [MLIR][LLVM] Support inlining LLVM::CallOp to LLVM...
definelicht via All-commits
all-commits at lists.llvm.org
Fri Jan 20 07:27:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eef538f4e11c07ef52f5ac57f4500ac6b1cba31f
https://github.com/llvm/llvm-project/commit/eef538f4e11c07ef52f5ac57f4500ac6b1cba31f
Author: Johannes de Fine Licht <johannes.definelicht at nextsilicon.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Dialect/LLVMIR/inlining.mlir
Log Message:
-----------
[MLIR][LLVM] Support inlining LLVM::CallOp to LLVM::FuncOp.
Extend `LLVMInlinerInterface` to handle calls from an `LLVM::CallOp` to
an `LLVM::FuncOp` when there are no attributes present that require
special handling.
Depends on D141676
Reviewed By: gysit
Differential Revision: https://reviews.llvm.org/D141682
More information about the All-commits
mailing list