[PATCH] D89767: [CostModel][X86] teach TTI calculate cost of chain of vector inserts/extracts more precisely and correctly:In each 128-lane, if there is at least one index is demanded and not all indices are demanded...

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 20:21:45 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2c08f1b4b69e: [CostModel][X86] teach TTI calculate cost of chain of vector inserts/extracts… (authored by yubing).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89767

Files:
  llvm/lib/Target/X86/X86TargetTransformInfo.cpp
  llvm/test/Analysis/CostModel/X86/arith-fp.ll
  llvm/test/Analysis/CostModel/X86/fptosi.ll
  llvm/test/Analysis/CostModel/X86/fptoui.ll
  llvm/test/Analysis/CostModel/X86/load_store.ll
  llvm/test/Analysis/CostModel/X86/masked-intrinsic-cost.ll
  llvm/test/Analysis/CostModel/X86/sitofp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89767.300876.patch
Type: text/x-patch
Size: 35964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201027/42deb9de/attachment.bin>


More information about the llvm-commits mailing list