[all-commits] [llvm/llvm-project] ab43cf: [mlir][mesh] Fix -Wunused-variable in Spmdization....
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Tue Jan 2 17:29:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab43cf26cac559187a0891c6978f07cf72ea7682
https://github.com/llvm/llvm-project/commit/ab43cf26cac559187a0891c6978f07cf72ea7682
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M mlir/lib/Dialect/Mesh/Transforms/Spmdization.cpp
Log Message:
-----------
[mlir][mesh] Fix -Wunused-variable in Spmdization.cpp (NFC)
llvm-project/mlir/lib/Dialect/Mesh/Transforms/Spmdization.cpp:573:14:
error: unused variable 'targetShardType' [-Werror,-Wunused-variable]
ShapedType targetShardType =
^
1 error generated.
More information about the All-commits
mailing list