[PATCH] D28118: AVX-512 cost calculation for interleave load/store patterns
Elena Demikhovsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 1 04:47:21 PST 2017
delena updated this revision to Diff 82783.
delena added a comment.
Some minor changes after Michael's comments.
Repository:
rL LLVM
https://reviews.llvm.org/D28118
Files:
../include/llvm/Analysis/TargetTransformInfo.h
../include/llvm/CodeGen/BasicTTIImpl.h
../lib/Analysis/CostModel.cpp
../lib/Target/X86/X86TargetTransformInfo.cpp
../lib/Target/X86/X86TargetTransformInfo.h
../test/Analysis/CostModel/X86/interleave-load-i32.ll
../test/Analysis/CostModel/X86/interleave-store-i32.ll
../test/Analysis/CostModel/X86/shuffle-broadcast.ll
../test/Analysis/CostModel/X86/shuffle-reverse.ll
../test/Analysis/CostModel/X86/shuffle-single-src.ll
../test/Analysis/CostModel/X86/shuffle-two-src.ll
../test/Analysis/CostModel/X86/strided-load-i16.ll
../test/Analysis/CostModel/X86/strided-load-i32.ll
../test/Analysis/CostModel/X86/strided-load-i64.ll
../test/Analysis/CostModel/X86/strided-load-i8.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28118.82783.patch
Type: text/x-patch
Size: 62701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170101/e249ee73/attachment.bin>
More information about the llvm-commits
mailing list