[all-commits] [llvm/llvm-project] ece0e2: [mlir] Fix a deprecation warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Sep 26 08:31:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ece0e2c8b279b1bb2fb313dffa7928b98301ff3d
https://github.com/llvm/llvm-project/commit/ece0e2c8b279b1bb2fb313dffa7928b98301ff3d
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/TilingInterfaceImpl.cpp
Log Message:
-----------
[mlir] Fix a deprecation warning
This patch fixes:
mlir/lib/Dialect/Linalg/Transforms/TilingInterfaceImpl.cpp:99:16:
error: 'getValue' is deprecated: Use value
instead. [-Werror,-Wdeprecated-declarations]
More information about the All-commits
mailing list