[all-commits] [llvm/llvm-project] 70b69c: [mlir] Rename Zero* traits to Zero*s
Jeff Niu via All-commits
all-commits at lists.llvm.org
Fri May 13 17:20:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70b69c54fa8b24519cd549eec10e549471157bb8
https://github.com/llvm/llvm-project/commit/70b69c54fa8b24519cd549eec10e549471157bb8
Author: Mogball <jeffniu22 at gmail.com>
Date: 2022-05-14 (Sat, 14 May 2022)
Changed paths:
M mlir/docs/Diagnostics.md
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
M mlir/include/mlir/IR/Builders.h
M mlir/include/mlir/IR/ImplicitLocOpBuilder.h
M mlir/include/mlir/IR/OpBase.td
M mlir/include/mlir/IR/OpDefinition.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/include/mlir/Transforms/FoldUtils.h
M mlir/lib/Dialect/PDL/IR/PDL.cpp
M mlir/lib/IR/Operation.cpp
M mlir/test/mlir-tblgen/op-decl-and-defs.td
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir] Rename Zero* traits to Zero*s
Rename
ZeroResult -> ZeroResults
ZeroSuccessor -> ZeroSuccessors
ZeroRegion -> ZeroRegions
to be in line with ZeroOperands and grammatically correct.
More information about the All-commits
mailing list