The LLVM inliner was missing the handleTerminator method in the
Dialect interface implementation.
Fixes #60093
Paths
| Differential D141901
Fix crash in LLVM Dialect inliner interface: add support for llvm.return ClosedPublic Authored by mehdi_amini on Jan 17 2023, 12:31 AM.
Details Summary The LLVM inliner was missing the handleTerminator method in the Fixes #60093
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 17 2023, 1:00 AM Closed by commit rG6a9933519dd9: Fix crash in LLVM Dialect inliner interface: add support for llvm.return (authored by mehdi_amini). · Explain WhyJan 17 2023, 8:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 489836 mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
mlir/test/Dialect/LLVMIR/inlining.mlir
|
Nit: ///