[all-commits] [llvm/llvm-project] 80deb1: [mlir][ods] Custom builder with no params
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Sep 23 08:11:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 80deb1e106a8c3c5ba31ef0bb4d7651acb6e6b69
https://github.com/llvm/llvm-project/commit/80deb1e106a8c3c5ba31ef0bb4d7651acb6e6b69
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir][ods] Custom builder with no params
Incorrect generation of custom build method without any params.
Commit: 501d7e07e31d8f79160324e683e4931403f469d5
https://github.com/llvm/llvm-project/commit/501d7e07e31d8f79160324e683e4931403f469d5
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-09-23 (Wed, 23 Sep 2020)
Changed paths:
M mlir/examples/toy/Ch2/include/toy/Ops.td
M mlir/examples/toy/Ch3/include/toy/Ops.td
M mlir/examples/toy/Ch4/include/toy/Ops.td
M mlir/examples/toy/Ch5/include/toy/Ops.td
M mlir/examples/toy/Ch6/include/toy/Ops.td
M mlir/examples/toy/Ch7/include/toy/Ops.td
M mlir/include/mlir/Dialect/PDL/IR/PDLOps.td
M mlir/include/mlir/Dialect/PDLInterp/IR/PDLInterpOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVAtomicOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVCompositeOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVControlFlowOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVLogicalOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVNonUniformOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVOps.td
M mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
Log Message:
-----------
[mlir] Remove unneeded OpBuilder params. NFC.
These are now automatically prepended.
Compare: https://github.com/llvm/llvm-project/compare/8e84972ab706...501d7e07e31d
More information about the All-commits
mailing list