[PATCH] D76172: Added StandardOps DialectConversion support

Rob Suderman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 18:22:13 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.
rsuderman updated this revision to Diff 250337.
rsuderman added a comment.

Clang-format


CallOp will need to be converted when FuncOp's are converted. Added a
corresponding DialectConversion to the StandardOps dialect to support
this conversion.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76172

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/CMakeLists.txt
  mlir/test/lib/TestDialect/TestPatterns.cpp
  mlir/test/lib/Transforms/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76172.250337.patch
Type: text/x-patch
Size: 6682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200314/fe82b10f/attachment.bin>


More information about the llvm-commits mailing list