[mlir] Remove more OpBuilder args which are now injected
authorJacques Pienaar <jpienaar@google.com>
Tue, 29 Sep 2020 23:47:21 +0000 (16:47 -0700)
committerJacques Pienaar <jpienaar@google.com>
Tue, 29 Sep 2020 23:47:21 +0000 (16:47 -0700)
commit4f0e0d92178d57137e26b1ac1be5f0409791912a
tree85291d1437e320f5f44f48e67a836fbce7f2ee44
parent26ee8aff2b85ee28a2b2d0b1860d878b512fbdef
[mlir] Remove more OpBuilder args which are now injected

NFC. Some small changes to make things more consistent but primarily
avoiding old behavior without any further change.
mlir/docs/Tutorials/Toy/Ch-2.md
mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
mlir/include/mlir/Dialect/GPU/GPUOps.td
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/include/mlir/Dialect/SCF/SCFOps.td
mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/include/mlir/Dialect/Vector/VectorOps.td
mlir/test/lib/Dialect/Test/TestOps.td