[all-commits] [llvm/llvm-project] 04b065: [mlir] Fix warnings
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Aug 31 07:41:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04b0658453d6e22a227c2678fe89c52049d1308d
https://github.com/llvm/llvm-project/commit/04b0658453d6e22a227c2678fe89c52049d1308d
Author: Kazu Hirata <kazu at google.com>
Date: 2025-08-31 (Sun, 31 Aug 2025)
Changed paths:
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
Log Message:
-----------
[mlir] Fix warnings
This patch fixes:
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp:3205:13: error: unused
function 'printInferType' [-Werror,-Wunused-function]
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp:3210:1: error: unused
function 'parseInferType' [-Werror,-Wunused-function]
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