[all-commits] [llvm/llvm-project] a8d937: [mlir] Fix a warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Nov 6 00:52:55 PDT 2022


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

  Changed paths:
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp

  Log Message:
  -----------
  [mlir] Fix a warning

This patch fixes:

  llvm-project/mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp:1855:17:
  error: comparison of integers of different signs: 'int64_t' (aka
  'long') and 'size_t' (aka 'unsigned long') [-Werror,-Wsign-compare]




More information about the All-commits mailing list