[all-commits] [llvm/llvm-project] 2b42d5: SLPVectorizer.h - remove unnecessary AliasAnalysis...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Sep 15 08:28:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2b42d53e5ea4ee648cde5b2f73523f01f2405631
https://github.com/llvm/llvm-project/commit/2b42d53e5ea4ee648cde5b2f73523f01f2405631
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-15 (Tue, 15 Sep 2020)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
SLPVectorizer.h - remove unnecessary AliasAnalysis.h include. NFCI.
Forward declare AAResults instead of the (old) AliasAnalysis type.
Remove includes from SLPVectorizer.cpp that are already included in SLPVectorizer.h.
More information about the All-commits
mailing list