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
Paths
| Differential D141682
[MLIR][LLVM] Support inlining LLVM::CallOp to LLVM::FuncOp. ClosedPublic Authored by definelicht on Jan 13 2023, 5:43 AM.
Details Summary Extend LLVMInlinerInterface to handle calls from an LLVM::CallOp to Depends on D141676
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 19 2023, 12:50 AM This revision was landed with ongoing or failed builds.Jan 20 2023, 7:27 AM Closed by commit rGeef538f4e11c: [MLIR][LLVM] Support inlining LLVM::CallOp to LLVM::FuncOp. (authored by definelicht, committed by Dinistro). · Explain Why This revision was automatically updated to reflect the committed changes. definelicht added a child revision: D142436: [MLIR][LLVM] Support inlining of LLVM::AllocaOp..Jan 24 2023, 12:42 AM
Revision Contents
Diff 490846 mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
mlir/test/Dialect/LLVMIR/inlining.mlir
|