[all-commits] [llvm/llvm-project] bc0cde: [mlir] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed May 22 16:40:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc0cdefffe621af7d79eb637f570297752d215c8
https://github.com/llvm/llvm-project/commit/bc0cdefffe621af7d79eb637f570297752d215c8
Author: Kazu Hirata <kazu at google.com>
Date: 2024-05-22 (Wed, 22 May 2024)
Changed paths:
M mlir/lib/Dialect/Mesh/Transforms/ShardingPropagation.cpp
Log Message:
-----------
[mlir] Fix warnings
This patch fixes:
mlir/lib/Dialect/Mesh/Transforms/ShardingPropagation.cpp:73:27:
error: unused function 'operator<<' [-Werror,-Wunused-function]
mlir/lib/Dialect/Mesh/Transforms/ShardingPropagation.cpp:97:27:
error: unused function 'operator<<' [-Werror,-Wunused-function]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list