llvm-project/llvm/lib/Transforms/Vectorize
Matthew Simpson f855346f0b [LV] Swap A and B in interleaved access analysis (NFC)
This patch swaps A and B in the interleaved access analysis and clarifies
related comments. The algorithm is more intuitive if we let access A precede
access B in program order rather than the reverse. This change was requested in
the review of D19984.

llvm-svn: 275567
2016-07-15 15:22:43 +00:00
..
BBVectorize.cpp [BBVectorize] Don't vectorize selects with a scalar condition and vector operands. 2016-05-26 18:43:57 +00:00
CMakeLists.txt Add LoadStoreVectorizer pass 2016-06-30 23:11:38 +00:00
LLVMBuild.txt Update libdeps since TLI was moved from Target to Analysis in r226078. 2015-01-15 05:21:00 +00:00
LoadStoreVectorizer.cpp Extended LoadStoreVectorizer to vectorize subchains. 2016-07-13 21:20:01 +00:00
LoopVectorize.cpp [LV] Swap A and B in interleaved access analysis (NFC) 2016-07-15 15:22:43 +00:00
SLPVectorizer.cpp Give helper classes/functions internal linkage. NFC. 2016-07-10 11:28:51 +00:00
Vectorize.cpp Add LoadStoreVectorizer pass 2016-06-30 23:11:38 +00:00