[all-commits] [llvm/llvm-project] 0fb4ac: [mlir] Make the inliner arg/res handlers more conc...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon Apr 10 23:36:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0fb4ac55bb73c64b30d72ae0cb76936cb13793f2
https://github.com/llvm/llvm-project/commit/0fb4ac55bb73c64b30d72ae0cb76936cb13793f2
Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M mlir/include/mlir/Transforms/InliningUtils.h
M mlir/lib/Dialect/LLVMIR/IR/LLVMInlining.cpp
M mlir/lib/Transforms/Utils/InliningUtils.cpp
M mlir/test/lib/Dialect/Test/TestDialect.cpp
Log Message:
-----------
[mlir] Make the inliner arg/res handlers more concise.
The revision ensures the newly introduced argument
and result handlers cannot be used for type conversion.
Instead use the existing materializeCallConversion hook to
perform type conversions.
Reviewed By: Dinistro
Differential Revision: https://reviews.llvm.org/D147605
More information about the All-commits
mailing list