[all-commits] [llvm/llvm-project] dffc48: [mlir] Mark OpState::removeAttr() deprecated.
Christian Sigg via All-commits
all-commits at lists.llvm.org
Fri Feb 26 03:05:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dffc487b07d9a50f8c65eccb9241f72af3486c79
https://github.com/llvm/llvm-project/commit/dffc487b07d9a50f8c65eccb9241f72af3486c79
Author: Christian Sigg <csigg at google.com>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M mlir/include/mlir/IR/OpDefinition.h
M mlir/lib/Conversion/SPIRVToLLVM/SPIRVToLLVM.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/Linalg/Transforms/CodegenStrategy.cpp
M mlir/lib/Dialect/Linalg/Transforms/Tiling.cpp
M mlir/lib/Dialect/SPIRV/Transforms/LowerABIAttributesPass.cpp
M mlir/test/lib/Transforms/TestConvVectorization.cpp
M mlir/test/lib/Transforms/TestLinalgTransforms.cpp
Log Message:
-----------
[mlir] Mark OpState::removeAttr() deprecated.
Fix call sites.
The method will be removed 2 weeks later.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D97530
More information about the All-commits
mailing list