[all-commits] [llvm/llvm-project] be3c6a: [Scalar] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Jun 10 12:50:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be3c6a06d36d6210ce51bbeacc343f3590043b96
https://github.com/llvm/llvm-project/commit/be3c6a06d36d6210ce51bbeacc343f3590043b96
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Log Message:
-----------
[Scalar] Fix a warning
This patch fixes:
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp:628:22: error:
variable 'Inst' set but not used [-Werror,-Wunused-but-set-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