[PATCH] D43079: [TTI CostModel] change default cost of FP ops to 1 (PR36280)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 08:04:55 PST 2018


spatel updated this revision to Diff 134920.
spatel added a comment.

Rebase. The test that previously regressed in X86/insert-element-build-vector.ll does not anymore, so that's good - probably due to https://reviews.llvm.org/D42657.


https://reviews.llvm.org/D43079

Files:
  include/llvm/CodeGen/BasicTTIImpl.h
  test/Analysis/CostModel/X86/arith-fp.ll
  test/Analysis/CostModel/X86/intrinsic-cost.ll
  test/Analysis/CostModel/X86/reduction.ll
  test/Transforms/LoopVectorize/X86/imprecise-through-phis.ll
  test/Transforms/SLPVectorizer/AArch64/remarks.ll
  test/Transforms/SLPVectorizer/X86/PR36280.ll
  test/Transforms/SLPVectorizer/X86/cse.ll
  test/Transforms/SLPVectorizer/X86/horizontal.ll
  test/Transforms/SLPVectorizer/X86/reorder_phi.ll
  test/Transforms/SLPVectorizer/X86/simplebb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43079.134920.patch
Type: text/x-patch
Size: 52858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180219/65c4a220/attachment.bin>


More information about the llvm-commits mailing list