[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
Tue Oct 20 00:04:23 PDT 2020


yubing updated this revision to Diff 299275.
yubing added a comment.

Fix the warning raised by Lint


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.299275.patch
Type: text/x-patch
Size: 36310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/a13c22bc/attachment.bin>


More information about the llvm-commits mailing list