[all-commits] [llvm/llvm-project] fdff64: [MLIR] Fix -Wunused-variable (#192698)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Apr 17 09:54:06 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fdff641f760d529c9484ecdd48b00d07d203f9a7
https://github.com/llvm/llvm-project/commit/fdff641f760d529c9484ecdd48b00d07d203f9a7
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
Log Message:
-----------
[MLIR] Fix -Wunused-variable (#192698)
Inline the variable given the call does not have side effects and the
variable name does not add any clarity.
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