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

kazutakahirata via All-commits all-commits at lists.llvm.org
Thu Mar 16 13:03:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91362e5d5e4d0b73e0e44195154e3b63ddefec38
      https://github.com/llvm/llvm-project/commit/91362e5d5e4d0b73e0e44195154e3b63ddefec38
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-03-16 (Thu, 16 Mar 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:479:13:
  error: unused variable 'tiledOp' [-Werror,-Wunused-variable]




More information about the All-commits mailing list