[all-commits] [llvm/llvm-project] 2400c5: [Vectorize] Remove Transforms/Vectorize.h (#71294)
Tom Stellard via All-commits
all-commits at lists.llvm.org
Mon Nov 6 14:04:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2400c54c37d5afdfec016b9a71f161ac10a49b31
https://github.com/llvm/llvm-project/commit/2400c54c37d5afdfec016b9a71f161ac10a49b31
Author: Tom Stellard <tstellar at redhat.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M llvm/include/llvm/LinkAllPasses.h
R llvm/include/llvm/Transforms/Vectorize.h
M llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
Log Message:
-----------
[Vectorize] Remove Transforms/Vectorize.h (#71294)
The only thing in this file is a declaration for
createLoadStoreVectorizerPass(), and this function is already declared
in LoadStoreVectorizer.h.
More information about the All-commits
mailing list