[PATCH] D75141: [MLIR] Add llvm.mlir.cast op for semantic preserving cast between dialect types.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 13:04:43 PST 2020


timshen updated this revision to Diff 247071.
timshen marked 3 inline comments as done.
timshen added a comment.

Stylistic change and add a comment on why not support memref at the moment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75141/new/

https://reviews.llvm.org/D75141

Files:
  mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
  mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
  mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
  mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
  mlir/test/Conversion/StandardToLLVM/invalid.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75141.247071.patch
Type: text/x-patch
Size: 8864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200227/531c0770/attachment.bin>


More information about the llvm-commits mailing list