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

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Oct 10 12:57:42 PDT 2022


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

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

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

This patch fixes:

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




More information about the All-commits mailing list