[PATCH] D73571: [MLIR] Add the sqrt operation to mlir.

Lubomir Litchev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 09:40:23 PST 2020


llitchev updated this revision to Diff 241200.
llitchev added a comment.

Addressed some CR comments re: comments - fixed a type to match an existing type and moved an operation description to a OSD file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73571

Files:
  mlir/docs/Dialects/Standard.md
  mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
  mlir/include/mlir/Dialect/StandardOps/Ops.td
  mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
  mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
  mlir/test/IR/core-ops.mlir
  mlir/test/Target/llvmir-intrinsics.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73571.241200.patch
Type: text/x-patch
Size: 5483 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/a3144c5e/attachment-0001.bin>


More information about the llvm-commits mailing list