llvm-6502/lib/Transforms/Vectorize
Arnold Schwaighofer fc1604ec72 SLPVectorizer: Don't vectorize volatile memory operations
radar://15231682

Reapply r192799,
  http://lab.llvm.org:8011/builders/lldb-x86_64-debian-clang/builds/8226
showed that the bot is still broken even with this out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192820 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-16 17:52:40 +00:00
..
BBVectorize.cpp Fix code duplication 2013-10-01 00:01:14 +00:00
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp LoopVectorize: Properly reflect PODness in comments. 2013-10-15 16:19:54 +00:00
Makefile
SLPVectorizer.cpp SLPVectorizer: Don't vectorize volatile memory operations 2013-10-16 17:52:40 +00:00
Vectorize.cpp