[PATCH] D79111: [CostModel][X86][ARM] Teach default implementation of getCastInstrCost to not add a split/join cost if source type and the destination type both have a SplitVector action

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 18:57:30 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe39c7ab2b9c3: [CostModel][X86][ARM] Teach default implementation of getCastInstrCost to not… (authored by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D79111?vs=261013&id=261604#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79111

Files:
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/test/Analysis/CostModel/ARM/cast.ll
  llvm/test/Analysis/CostModel/X86/arith-fix.ll
  llvm/test/Analysis/CostModel/X86/arith-overflow.ll
  llvm/test/Analysis/CostModel/X86/cast.ll
  llvm/test/Analysis/CostModel/X86/extend.ll
  llvm/test/Analysis/CostModel/X86/fptosi.ll
  llvm/test/Analysis/CostModel/X86/fptoui.ll
  llvm/test/Analysis/CostModel/X86/masked-intrinsic-cost.ll
  llvm/test/Analysis/CostModel/X86/min-legal-vector-width.ll
  llvm/test/Analysis/CostModel/X86/sitofp.ll
  llvm/test/Analysis/CostModel/X86/trunc.ll
  llvm/test/Analysis/CostModel/X86/uitofp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79111.261604.patch
Type: text/x-patch
Size: 352188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200502/5618cf69/attachment-0001.bin>


More information about the llvm-commits mailing list