[PATCH] D66169: [X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_EXTEND with less than 128-bit inputs

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 07:51:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL368858: [X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_EXTEND with less than 128… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D66169?vs=214918&id=215125#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D66169

Files:
  llvm/trunk/lib/Target/X86/X86TargetTransformInfo.cpp
  llvm/trunk/test/Analysis/CostModel/X86/cast.ll
  llvm/trunk/test/Analysis/CostModel/X86/extend.ll
  llvm/trunk/test/Analysis/CostModel/X86/min-legal-vector-width.ll
  llvm/trunk/test/Transforms/SLPVectorizer/X86/cast.ll
  llvm/trunk/test/Transforms/SLPVectorizer/X86/sext.ll
  llvm/trunk/test/Transforms/SLPVectorizer/X86/zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66169.215125.patch
Type: text/x-patch
Size: 66525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/1a087a57/attachment.bin>


More information about the llvm-commits mailing list