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

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue Jan 17 13:01:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df950a04d5add13a649ecbd9feb858d64ad455ae
      https://github.com/llvm/llvm-project/commit/df950a04d5add13a649ecbd9feb858d64ad455ae
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp

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

This patch fixes:

  mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp:820:13:
  error: unused function 'hasAtMostOneResultFunctionOfDim'
  [-Werror,-Wunused-function]




More information about the All-commits mailing list