[all-commits] [llvm/llvm-project] 56774b: [mlir] Replace deprecated 'getAttrs'
Marius Brehler via All-commits
all-commits at lists.llvm.org
Fri Feb 26 05:53:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56774bdda5788e48dce1ae87de1ff378918e318e
https://github.com/llvm/llvm-project/commit/56774bdda5788e48dce1ae87de1ff378918e318e
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2021-02-26 (Fri, 26 Feb 2021)
Changed paths:
M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.cpp
M mlir/lib/Conversion/OpenMPToLLVM/OpenMPToLLVM.cpp
M mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp
M mlir/test/lib/Dialect/Test/TestDialect.cpp
Log Message:
-----------
[mlir] Replace deprecated 'getAttrs'
'getAttrs' has been explicitly marked deprecated. This patch refactors
to use Operation::getAttrs().
Reviewed By: csigg
Differential Revision: https://reviews.llvm.org/D97546
More information about the All-commits
mailing list