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

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 11:56:29 PST 2018


ABataev updated this revision to Diff 135119.
ABataev added a comment.

Fixed tests for LoopVectorizer, affected by the cost change.


Repository:
  rL LLVM

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/SLPVectorizer/X86/PR35777.ll
  test/Transforms/SLPVectorizer/X86/addsub.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/cse.ll
  test/Transforms/SLPVectorizer/X86/extract_in_tree_user.ll
  test/Transforms/SLPVectorizer/X86/funclet.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/reduction_unrolled.ll
  test/Transforms/SLPVectorizer/X86/return.ll
  test/Transforms/SLPVectorizer/X86/shift-ashr.ll
  test/Transforms/SLPVectorizer/X86/shift-lshr.ll
  test/Transforms/SLPVectorizer/X86/shift-shl.ll

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


More information about the llvm-commits mailing list