This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fc7d8c45e2e Add support for Ananas platform new 65b3f67e1c4 [AVX2] [TTI CostModel] Add cost of interleaved loads/stores [...]
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 | 112 +++++++++++++++++++++ lib/Target/X86/X86TargetTransformInfo.h | 3 + test/Analysis/CostModel/X86/interleaved-load-i8.ll | 98 ++++++++++++++++++ .../Analysis/CostModel/X86/interleaved-store-i8.ll | 85 ++++++++++++++++ 4 files changed, 298 insertions(+) create mode 100644 test/Analysis/CostModel/X86/interleaved-load-i8.ll create mode 100644 test/Analysis/CostModel/X86/interleaved-store-i8.ll