[PATCH] D42981: [COST] Fix cost model of load instructions on X86

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 07:30:18 PDT 2019


ABataev updated this revision to Diff 218918.
ABataev added a comment.
Herald added a subscriber: zzheng.
Herald added a project: LLVM.

Rebase


Repository:
  rL LLVM

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

https://reviews.llvm.org/D42981

Files:
  lib/Target/X86/X86TargetTransformInfo.cpp
  lib/Transforms/Vectorize/SLPVectorizer.cpp
  test/Analysis/CostModel/X86/interleave-load-i32.ll
  test/Analysis/CostModel/X86/interleaved-load-i8.ll
  test/Analysis/CostModel/X86/vectorized-loop.ll
  test/Transforms/LoopVectorize/X86/gather_scatter.ll
  test/Transforms/LoopVectorize/X86/masked_load_store.ll
  test/Transforms/LoopVectorize/X86/vect.omp.force.small-tc.ll
  test/Transforms/SLPVectorizer/X86/PR35777.ll
  test/Transforms/SLPVectorizer/X86/arith-add.ll
  test/Transforms/SLPVectorizer/X86/arith-mul.ll
  test/Transforms/SLPVectorizer/X86/arith-sub.ll
  test/Transforms/SLPVectorizer/X86/compare-reduce.ll
  test/Transforms/SLPVectorizer/X86/consecutive-access.ll
  test/Transforms/SLPVectorizer/X86/cse.ll
  test/Transforms/SLPVectorizer/X86/extract_in_tree_user.ll
  test/Transforms/SLPVectorizer/X86/horizontal-list.ll
  test/Transforms/SLPVectorizer/X86/horizontal.ll
  test/Transforms/SLPVectorizer/X86/in-tree-user.ll
  test/Transforms/SLPVectorizer/X86/insertvalue.ll
  test/Transforms/SLPVectorizer/X86/long_chains.ll
  test/Transforms/SLPVectorizer/X86/pr35497.ll
  test/Transforms/SLPVectorizer/X86/reduction_unrolled.ll
  test/Transforms/SLPVectorizer/X86/remark_horcost.ll
  test/Transforms/SLPVectorizer/X86/shift-ashr.ll
  test/Transforms/SLPVectorizer/X86/shift-lshr.ll
  test/Transforms/SLPVectorizer/X86/shift-shl.ll
  test/Transforms/SLPVectorizer/X86/supernode.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42981.218918.patch
Type: text/x-patch
Size: 425946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190905/ec562661/attachment-0001.bin>


More information about the llvm-commits mailing list