[PATCH] D76634: [X86] Try to improve min/max reduction costs.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 28 22:32:37 PDT 2020


craig.topper updated this revision to Diff 253398.
craig.topper added a comment.

Rebase and fix a bug.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76634

Files:
  llvm/lib/Target/X86/X86TargetTransformInfo.cpp
  llvm/lib/Target/X86/X86TargetTransformInfo.h
  llvm/test/Analysis/CostModel/X86/reduce-fmax.ll
  llvm/test/Analysis/CostModel/X86/reduce-fmin.ll
  llvm/test/Analysis/CostModel/X86/reduce-smax.ll
  llvm/test/Analysis/CostModel/X86/reduce-smin.ll
  llvm/test/Analysis/CostModel/X86/reduce-umax.ll
  llvm/test/Analysis/CostModel/X86/reduce-umin.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76634.253398.patch
Type: text/x-patch
Size: 126278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200329/ae4b389c/attachment-0001.bin>


More information about the llvm-commits mailing list