[all-commits] [llvm/llvm-project] 4bcea4: [mlir] Fix unused-variable warnings

Kazu Hirata via All-commits all-commits at lists.llvm.org
Thu May 22 12:37:52 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4bcea4e9ed4770ed181294c8850c9ce573e58fbd
      https://github.com/llvm/llvm-project/commit/4bcea4e9ed4770ed181294c8850c9ce573e58fbd
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M mlir/include/mlir/Query/Matcher/SliceMatchers.h
    M mlir/lib/Analysis/SliceAnalysis.cpp
    M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
    M mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
    M mlir/lib/Dialect/NVGPU/TransformOps/NVGPUTransformOps.cpp
    M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
    M mlir/lib/Transforms/Utils/RegionUtils.cpp
    M mlir/test/lib/Dialect/Affine/TestVectorizationUtils.cpp
    M mlir/test/lib/IR/TestSlicing.cpp

  Log Message:
  -----------
  [mlir] Fix unused-variable warnings

This patch fixes warnings of the form:

  mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp:320:19: error:
  unused variable 'result' [-Werror,-Wunused-variable]



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list