[all-commits] [llvm/llvm-project] 4f0e0d: [mlir] Remove more OpBuilder args which are now in...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Tue Sep 29 16:48:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4f0e0d92178d57137e26b1ac1be5f0409791912a
https://github.com/llvm/llvm-project/commit/4f0e0d92178d57137e26b1ac1be5f0409791912a
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M mlir/docs/Tutorials/Toy/Ch-2.md
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/include/mlir/Dialect/SCF/SCFOps.td
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/test/lib/Dialect/Test/TestOps.td
Log Message:
-----------
[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.
More information about the All-commits
mailing list