[all-commits] [llvm/llvm-project] b53b96: [mlir] Fix a deprecation warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Jan 17 13:12:55 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b53b964093ba779c09a629b2cb9f497314ba0437
https://github.com/llvm/llvm-project/commit/b53b964093ba779c09a629b2cb9f497314ba0437
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Affine/LoopUtils.h
Log Message:
-----------
[mlir] Fix a deprecation warning
This patch fixes:
mlir/include/mlir/Dialect/Affine/LoopUtils.h:332:25: error:
'makeMutableArrayRef<mlir::scf::ForOp>' is deprecated: Use deduction
guide instead [-Werror,-Wdeprecated-declarations]
More information about the All-commits
mailing list