[all-commits] [llvm/llvm-project] 0008b9: [Vectorize] Fix an unused variable warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Dec 2 11:21:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0008b9c0ac284e0303d9db1745d243975d8642d8
https://github.com/llvm/llvm-project/commit/0008b9c0ac284e0303d9db1745d243975d8642d8
Author: Kazu Hirata <kazu at google.com>
Date: 2023-12-02 (Sat, 02 Dec 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[Vectorize] Fix an unused variable warning
This patch fixes:
llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp:912:16: error:
unused variable 'OldResSizeInBits' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list