llvm-6502/lib/Transforms/Vectorize
Elena Demikhovsky cc64d95696 Enabled cost calculation for masked memory operations.
We already have implementation for cost calculation for
masked memory operations. I just call it from the loop vectorizer.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229290 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-15 08:08:48 +00:00
..
BBVectorize.cpp
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp Enabled cost calculation for masked memory operations. 2015-02-15 08:08:48 +00:00
Makefile
SLPVectorizer.cpp
Vectorize.cpp