[PATCH] D76326: Introduced CallOp Dialect Conversion

Rob Suderman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 14:35:21 PDT 2020


rsuderman created this revision.
rsuderman added a reviewer: rriddle.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, mehdi_amini, mgorny.
Herald added a project: LLVM.

Utility to perform CallOp Dialect conversion, specifically handling cases where
an argument type has changed and the corresponding CallOp needs to be updated.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76326

Files:
  mlir/include/mlir/Dialect/StandardOps/Transforms/DialectConversion.h
  mlir/lib/Dialect/StandardOps/CMakeLists.txt
  mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
  mlir/lib/Dialect/StandardOps/Transforms/DialectConversion.cpp
  mlir/test/Transforms/test-legalizer.mlir
  mlir/test/lib/TestDialect/TestPatterns.cpp
  mlir/test/lib/Transforms/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76326.250899.patch
Type: text/x-patch
Size: 6306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200317/cba8594c/attachment.bin>


More information about the llvm-commits mailing list