1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Transforms/Vectorize
Chandler Carruth 2e28175329 [PM/AA] Explicitly depend on TLI rather than getting it out of the
AliasAnalysis.

Same as the other commits, the TLI access from an alias analysis is
going away and isn't very clean -- it is better to explicitly mark the
dependencies.

llvm-svn: 244785
2015-08-12 18:06:08 +00:00
..
BBVectorize.cpp [PM/AA] Explicitly depend on TLI rather than getting it out of the 2015-08-12 18:06:08 +00:00
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp fix minsize detection: minsize attribute implies optimizing for size 2015-08-11 15:56:31 +00:00
Makefile
SLPVectorizer.cpp Fix some comment typos. 2015-08-08 18:27:36 +00:00
Vectorize.cpp