[all-commits] [llvm/llvm-project] c4b746: [mlir] Fix a warning (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Nov 7 09:54:24 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c4b74658c7875cf2ac322956c2116c5fbea56158
      https://github.com/llvm/llvm-project/commit/c4b74658c7875cf2ac322956c2116c5fbea56158
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-11-07 (Mon, 07 Nov 2022)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp

  Log Message:
  -----------
  [mlir] Fix a warning (NFC)

This patch fixes:

  mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp:717:48:
  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