llvm-6502/lib/Transforms/Vectorize
Arnold Schwaighofer 7d80dad407 Loop Vectorizer: Refactor code to compute vectorized memory instruction cost
Introduce a helper class that computes the cost of memory access instructions.
No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174422 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-05 18:46:41 +00:00
..
BBVectorize.cpp
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp Loop Vectorizer: Refactor code to compute vectorized memory instruction cost 2013-02-05 18:46:41 +00:00
Makefile
Vectorize.cpp