[all-commits] [llvm/llvm-project] 133322: [MLIR][Standard] Update `tensor_from_elements` ass...
frgossen via All-commits
all-commits at lists.llvm.org
Wed Sep 9 00:46:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 133322d2e30877d5039643ab5c2ed02f75c29466
https://github.com/llvm/llvm-project/commit/133322d2e30877d5039643ab5c2ed02f75c29466
Author: Frederik Gossen <frgossen at google.com>
Date: 2020-09-09 (Wed, 09 Sep 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
M mlir/test/IR/core-ops.mlir
M mlir/test/IR/invalid-ops.mlir
M mlir/test/Transforms/canonicalize.mlir
Log Message:
-----------
[MLIR][Standard] Update `tensor_from_elements` assembly format
Remove the redundant parenthesis that are used for none of the other operation
formats.
Differential Revision: https://reviews.llvm.org/D86287
More information about the All-commits
mailing list