[all-commits] [llvm/llvm-project] b1b04e: [Vectorize] Fix warnings
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri May 26 17:27:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1b04ed96ac92d77ebb6de1ef8522f62ae4f517f
https://github.com/llvm/llvm-project/commit/b1b04ed96ac92d77ebb6de1ef8522f62ae4f517f
Author: Kazu Hirata <kazu at google.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
Log Message:
-----------
[Vectorize] Fix warnings
This patch fixes:
llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:140:20: error:
unused function 'operator<<' [-Werror,-Wunused-function]
llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:176:6: error:
unused function 'dumpChain' [-Werror,-Wunused-function]
More information about the All-commits
mailing list