[all-commits] [llvm/llvm-project] 2d2c73: [mlir] Remove OperandAdaptor
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Mon Jun 15 06:01:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2d2c73c5cfdedf55f6e1a8ae7f59ee54e2d89c99
https://github.com/llvm/llvm-project/commit/2d2c73c5cfdedf55f6e1a8ae7f59ee54e2d89c99
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M mlir/docs/OpDefinitions.md
M mlir/docs/Tutorials/Toy/Ch-5.md
M mlir/examples/toy/Ch5/mlir/LowerToAffineLoops.cpp
M mlir/examples/toy/Ch6/mlir/LowerToAffineLoops.cpp
M mlir/examples/toy/Ch7/mlir/LowerToAffineLoops.cpp
M mlir/include/mlir/IR/OperationSupport.h
M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
M mlir/lib/Conversion/GPUToSPIRV/ConvertGPUToSPIRV.cpp
M mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
M mlir/lib/Conversion/ShapeToStandard/ShapeToStandard.cpp
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Conversion/VectorToROCDL/VectorToROCDL.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/TableGen/OpClass.cpp
M mlir/lib/TableGen/Operator.cpp
M mlir/test/mlir-tblgen/op-attribute.td
M mlir/test/mlir-tblgen/op-decl.td
M mlir/test/mlir-tblgen/op-operand.td
M mlir/test/mlir-tblgen/predicate.td
Log Message:
-----------
[mlir] Remove OperandAdaptor
Use ::Adaptor alias instead uniformly. Makes the naming more consistent as
adaptor can refer to attributes now too.
Differential Revision: https://reviews.llvm.org/D81789
More information about the All-commits
mailing list