[all-commits] [llvm/llvm-project] b2674d: [mlir] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Oct 12 15:25:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2674de375033c0c63e65f649bc501a90aa4d74e
https://github.com/llvm/llvm-project/commit/b2674de375033c0c63e65f649bc501a90aa4d74e
Author: Kazu Hirata <kazu at google.com>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorRewriting.cpp:587:27:
error: comparison of integers of different signs: 'int64_t' (aka
'long') and 'uint64_t' (aka 'unsigned long')
[-Werror,-Wsign-compare]
More information about the All-commits
mailing list