[PATCH] D119001: [x86] enable fast sqrtss tuning for AMD Zen cores

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 09:08:29 PST 2022


spatel updated this revision to Diff 405992.
spatel marked an inline comment as done.
spatel added a comment.

Added fast vector sqrt flag in addition to fast scalar. These have throughput <8 (see uops link in description), so better than the estimate sequence.


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

https://reviews.llvm.org/D119001

Files:
  llvm/lib/Target/X86/X86.td
  llvm/test/CodeGen/X86/sqrt-fastmath-tune.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119001.405992.patch
Type: text/x-patch
Size: 11107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220204/8d39015b/attachment.bin>


More information about the llvm-commits mailing list