[PATCH] D35198: [X86] Model 256-bit AVX instructions in the AMD Jaguar scheduler Part-1

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 06:07:59 PDT 2017


avt77 created this revision.

It's a first part of https://reviews.llvm.org/D33099: [X86] Model 256-bit AVX instructions in the AMD Jaguar scheduler (PR28573). It includes only Add/Mul/Div/Sqrt changes from the original patch but these changes allow really speed up the current model.


https://reviews.llvm.org/D35198

Files:
  lib/Target/X86/X86ScheduleBtVer2.td
  test/CodeGen/X86/avx-schedule.ll
  test/CodeGen/X86/recip-fastmath.ll
  test/CodeGen/X86/recip-fastmath2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35198.105843.patch
Type: text/x-patch
Size: 46879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170710/01a1b3e4/attachment.bin>


More information about the llvm-commits mailing list