This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6d6a5e6 [MSSA] Avoid unnecessary use walks when calling getClobbering [...] new fe04032 [X86] Enable interleaved memory access by default
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/X86/X86TargetTransformInfo.cpp | 7 +++++ lib/Target/X86/X86TargetTransformInfo.h | 2 ++ test/Transforms/LoopVectorize/X86/cost-model.ll | 2 +- .../Transforms/LoopVectorize/X86/gather_scatter.ll | 16 +++++----- test/Transforms/LoopVectorize/X86/interleaving.ll | 35 ++++++++++++++++++++++ .../LoopVectorize/X86/masked_load_store.ll | 4 +-- 6 files changed, 55 insertions(+), 11 deletions(-) create mode 100644 test/Transforms/LoopVectorize/X86/interleaving.ll