[PATCH] D79102: [mlir] Add sine operation to Standard dialect.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 30 23:26:48 PDT 2020
rriddle added inline comments.
================
Comment at: mlir/include/mlir/Dialect/StandardOps/IR/Ops.td:1241
+def SinOp : FloatUnaryOp<"sin"> {
+ let summary = "sine of the specified value";
----------------
Please keep these in alphabetical order
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79102/new/
https://reviews.llvm.org/D79102
More information about the llvm-commits
mailing list