NFC: Update std.subview op to use AttrSizedOperandSegments
authorLei Zhang <antiagainst@google.com>
Mon, 2 Dec 2019 15:51:27 +0000 (07:51 -0800)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Mon, 2 Dec 2019 15:52:00 +0000 (07:52 -0800)
commit0d22a3fdc87cb8e96a73cb427c6621c405c4674e
treedc5483c28c0da664deae0cadbc1e08f720a2ffb4
parent4231de7897442f7423dae1e8b7fffdd1a69d5b58
NFC: Update std.subview op to use AttrSizedOperandSegments

This turns a few manually written helper methods into auto-generated ones.

PiperOrigin-RevId: 283339617
mlir/include/mlir/Dialect/StandardOps/Ops.td
mlir/include/mlir/IR/Builders.h
mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
mlir/lib/Dialect/StandardOps/Ops.cpp
mlir/lib/IR/Builders.cpp