llvm-6502/lib/Transforms/Vectorize
Benjamin Kramer adb412daa4 IRBuilder: Add RAII objects to reset insertion points or fast math flags.
Inspired by the object from the SLPVectorizer. This found a minor bug in the
debug loc restoration in the vectorizer where the location of a following
instruction was attached instead of the location from the original instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191673 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-30 15:39:48 +00:00
..
BBVectorize.cpp Fix spelling intruction -> instruction. 2013-09-28 11:46:15 +00:00
CMakeLists.txt SLP Vectorizer: Implement multi-block slp-vectorization. 2013-06-22 21:34:10 +00:00
LLVMBuild.txt
LoopVectorize.cpp Even more spelling fixes for "instruction". 2013-09-28 13:42:22 +00:00
Makefile
SLPVectorizer.cpp IRBuilder: Add RAII objects to reset insertion points or fast math flags. 2013-09-30 15:39:48 +00:00
Vectorize.cpp This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00