[all-commits] [llvm/llvm-project] a39adc: [mlir] Fix warnings in release builds

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed Jun 14 14:22:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a39adc00dba678bfab76fc0be4ef32c275e7bb59
      https://github.com/llvm/llvm-project/commit/a39adc00dba678bfab76fc0be4ef32c275e7bb59
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-06-14 (Wed, 14 Jun 2023)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp

  Log Message:
  -----------
  [mlir] Fix warnings in release builds

This patch fixes:

  mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp:846:16:
  error: unused variable 'lvlTp' [-Werror,-Wunused-variable]

  mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.cpp:1059:13:
  error: unused variable '[t, l]' [-Werror,-Wunused-variable]




More information about the All-commits mailing list