[PATCH] D15074: AVX-512: Updated cost of FP/SINT/UINT conversion operations

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 04:20:40 PST 2015


delena created this revision.
delena added a reviewer: igorb.
delena added a subscriber: llvm-commits.
delena set the repository for this revision to rL LLVM.

I checked and updated the cost of AVX-512 conversion operations. Added cost of conversion operations in DQ mode.
Conversion of illegal types that require vector split is not calculated right now (like for other X86 targets)

Repository:
  rL LLVM

http://reviews.llvm.org/D15074

Files:
  ../lib/Target/X86/X86TargetTransformInfo.cpp
  ../test/Analysis/CostModel/X86/cast.ll
  ../test/Analysis/CostModel/X86/sitofp.ll
  ../test/Analysis/CostModel/X86/uitofp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15074.41383.patch
Type: text/x-patch
Size: 59120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151130/fc529e94/attachment.bin>


More information about the llvm-commits mailing list