[all-commits] [llvm/llvm-project] 421fab: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Mar 1 09:42:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 421fabd8649a12bc168684e72f781910ad11b96b
https://github.com/llvm/llvm-project/commit/421fabd8649a12bc168684e72f781910ad11b96b
Author: Kazu Hirata <kazu at google.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp:37:13: error:
unused function 'debugPrintLoopInShortForm'
[-Werror,-Wunused-function]
More information about the All-commits
mailing list