llvm-6502/lib/Transforms/Vectorize
Hal Finkel 86c88c938a BBVectorize: Use a more sophisticated check for input cost
The old checking code, which assumed that input shuffles and insert-elements
could always be folded (and thus were free) is too simple.
This can only happen in special circumstances.
Using the simple check caused infinite recursion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167750 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-12 21:21:02 +00:00
..
BBVectorize.cpp BBVectorize: Use a more sophisticated check for input cost 2012-11-12 21:21:02 +00:00
CMakeLists.txt Add a loop vectorizer. 2012-10-17 18:25:06 +00:00
LLVMBuild.txt
LoopVectorize.cpp Fix a comment typo and add comments. 2012-11-11 05:15:00 +00:00
Makefile
Vectorize.cpp Add a loop vectorizer. 2012-10-17 18:25:06 +00:00