[all-commits] [llvm/llvm-project] 02f4cf: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Dec 21 16:15:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02f4cfa33d3d970b8ad3ddeda73f59785ab19984
https://github.com/llvm/llvm-project/commit/02f4cfa33d3d970b8ad3ddeda73f59785ab19984
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp:33:12:
error: variable 'foundDynamicDim' set but not used
[-Werror,-Wunused-but-set-variable]
More information about the All-commits
mailing list