[PATCH] D28118: AVX-512 cost calculation for interleave load/store patterns

Elena Demikhovsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 01:20:14 PST 2016


delena updated this revision to Diff 82656.
delena added a comment.

Some fixes in shuffle cost calculation after Michael comments. Added 2 more tests for shuffle cost model.


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.82656.patch
Type: text/x-patch
Size: 62601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161229/133cbe50/attachment.bin>


More information about the llvm-commits mailing list