[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
Fri Feb 9 06:30:35 PST 2018


spatel updated this revision to Diff 133605.
spatel marked 2 inline comments as done.
spatel added a comment.

Patch updated:
No functional changes from the last rev, but tried to make the code comment accurate and added a comment to the PR36280 test to explain the motivation.


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/insert-element-build-vector.ll
  test/Transforms/SLPVectorizer/X86/reorder_phi.ll
  test/Transforms/SLPVectorizer/X86/simplebb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43079.133605.patch
Type: text/x-patch
Size: 56005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180209/33387c1c/attachment.bin>


More information about the llvm-commits mailing list