[all-commits] [llvm/llvm-project] 117422: [ComprehensiveBufferize] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Jan 7 09:26:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 117422c0dad1925ce5412f3bc952381bbc8748ec
https://github.com/llvm/llvm-project/commit/117422c0dad1925ce5412f3bc952381bbc8748ec
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.cpp
Log Message:
-----------
[ComprehensiveBufferize] Fix a warning
This patch fixes:
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/LinalgInterfaceImpl.cpp:292:12:
error: comparison of integers of different signs: 'int' and
'unsigned int' [-Werror,-Wsign-compare]
More information about the All-commits
mailing list