[all-commits] [llvm/llvm-project] aef953: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Jan 20 14:34:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aef953154a08340bf379933ac6da02eb5dd8f3c8
https://github.com/llvm/llvm-project/commit/aef953154a08340bf379933ac6da02eb5dd8f3c8
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp:528:22:
error: comparison of integers of different signs: 'uint64_t' (aka
'unsigned long') and 'int64_t' (aka 'long') [-Werror,-Wsign-compare]
More information about the All-commits
mailing list