[all-commits] [llvm/llvm-project] afc94c: [mlir] Fix a compiler warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Jan 5 09:42:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afc94c0ed7f3e5c90eca786d693d9a8b6f9876cd
https://github.com/llvm/llvm-project/commit/afc94c0ed7f3e5c90eca786d693d9a8b6f9876cd
Author: Kazu Hirata <kazu at google.com>
Date: 2022-01-05 (Wed, 05 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp
Log Message:
-----------
[mlir] Fix a compiler warning
This patch fixes:
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp:635:23:
error: comparison of integers of different signs: 'int' and 'size_t'
(aka 'unsigned long') [-Werror,-Wsign-compare]
More information about the All-commits
mailing list