[PATCH] D65892: [X86] Improve cost model for subvector extraction of less than 128-bit vectors

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 23:56:02 PDT 2019


craig.topper updated this revision to Diff 214771.
craig.topper added a comment.

Directly compute the permute cost so that we don't have high cost for i8/i16 element extracts.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65892/new/

https://reviews.llvm.org/D65892

Files:
  llvm/lib/Target/X86/X86TargetTransformInfo.cpp
  llvm/test/Analysis/CostModel/X86/shuffle-extract_subvector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65892.214771.patch
Type: text/x-patch
Size: 91577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/c3783130/attachment.bin>


More information about the llvm-commits mailing list