[all-commits] [llvm/llvm-project] 51ddfd: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jan 9 09:51:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51ddfd76dd84bb95ddbf2c2d222733ffca12a2b1
https://github.com/llvm/llvm-project/commit/51ddfd76dd84bb95ddbf2c2d222733ffca12a2b1
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp:947:13:
error: variable 'distributedDim' set but not used
[-Werror,-Wunused-but-set-variable]
More information about the All-commits
mailing list