[PATCH] D28118: AVX-512 cost calculation for interleave load/store patterns
Elena Demikhovsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 2 02:49:08 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL290810: AVX-512 Loop Vectorizer: Cost calculation for interleave load/store patterns. (authored by delena).
Changed prior to commit:
https://reviews.llvm.org/D28118?vs=82783&id=82798#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28118
Files:
llvm/trunk/include/llvm/Analysis/TargetTransformInfo.h
llvm/trunk/include/llvm/CodeGen/BasicTTIImpl.h
llvm/trunk/lib/Analysis/CostModel.cpp
llvm/trunk/lib/Target/X86/X86TargetTransformInfo.cpp
llvm/trunk/lib/Target/X86/X86TargetTransformInfo.h
llvm/trunk/test/Analysis/CostModel/X86/interleave-load-i32.ll
llvm/trunk/test/Analysis/CostModel/X86/interleave-store-i32.ll
llvm/trunk/test/Analysis/CostModel/X86/shuffle-broadcast.ll
llvm/trunk/test/Analysis/CostModel/X86/shuffle-single-src.ll
llvm/trunk/test/Analysis/CostModel/X86/shuffle-two-src.ll
llvm/trunk/test/Analysis/CostModel/X86/strided-load-i16.ll
llvm/trunk/test/Analysis/CostModel/X86/strided-load-i32.ll
llvm/trunk/test/Analysis/CostModel/X86/strided-load-i64.ll
llvm/trunk/test/Analysis/CostModel/X86/strided-load-i8.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28118.82798.patch
Type: text/x-patch
Size: 61648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170102/470b3ca2/attachment.bin>
More information about the llvm-commits
mailing list