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

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jun 25 09:18:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8c1c9afd3e2286a8fac99fb9978f1566b89fa70
      https://github.com/llvm/llvm-project/commit/f8c1c9afd3e2286a8fac99fb9978f1566b89fa70
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-06-25 (Sat, 25 Jun 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/SplitReduction.cpp

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

This patch fixes:

  llvm-project/mlir/lib/Dialect/Linalg/Transforms/SplitReduction.cpp:300:26:
  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