[all-commits] [llvm/llvm-project] cd1212: [mlir] Introduced CallOp Dialect Conversion
rsuderman via All-commits
all-commits at lists.llvm.org
Wed Mar 18 20:07:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cd1212deffbe110c94d1e6e80f95633653947a8a
https://github.com/llvm/llvm-project/commit/cd1212deffbe110c94d1e6e80f95633653947a8a
Author: Rob Suderman <suderman at google.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
A mlir/include/mlir/Conversion/StandardToStandard/StandardToStandard.h
M mlir/lib/Conversion/CMakeLists.txt
A mlir/lib/Conversion/StandardToStandard/CMakeLists.txt
A mlir/lib/Conversion/StandardToStandard/StandardToStandard.cpp
M mlir/test/Transforms/test-legalizer.mlir
M mlir/test/lib/TestDialect/TestPatterns.cpp
M mlir/test/lib/Transforms/CMakeLists.txt
Log Message:
-----------
[mlir] Introduced CallOp Dialect Conversion
Summary:
Utility to perform CallOp Dialect conversion, specifically handling cases where
an argument type has changed and the corresponding CallOp needs to be updated.
Differential Revision: https://reviews.llvm.org/D76326
More information about the All-commits
mailing list