[mlir] Add new builders to linalg.reshape.
authorAlexander Belyaev <pifon@google.com>
Thu, 11 Jun 2020 09:49:30 +0000 (11:49 +0200)
committerAlexander Belyaev <pifon@google.com>
Thu, 11 Jun 2020 10:47:35 +0000 (12:47 +0200)
commit0b781db9087977b758c27bb02be1f80cd00bf0d7
treebde00328e98e949f7d6c8d0e57cc4d256fc8317a
parent4707bc217780895207a9dc7467495a92eb0106a5
[mlir] Add new builders to linalg.reshape.

Differential Revision: https://reviews.llvm.org/D81640
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/test/EDSC/builder-api-test.cpp