[PATCH] D33099: AMD Jaguar scheduler doesn't correctly model 256-bit AVX instructions
Andrew V. Tischenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 23:52:31 PDT 2017
avt77 updated this revision to Diff 99105.
avt77 added a comment.
I slightly changed the algorithm of throughput calculation: if the instr sched model does not have cycles for the given instruction but it's valid then throughput is equal to lattency.
https://reviews.llvm.org/D33099
Files:
include/llvm/CodeGen/TargetSchedule.h
lib/CodeGen/TargetSchedule.cpp
lib/Target/X86/X86ScheduleBtVer2.td
test/CodeGen/X86/avx-schedule.ll
test/CodeGen/X86/recip-fastmath.ll
test/CodeGen/X86/recip-fastmath2.ll
test/CodeGen/X86/slow-unaligned-mem.ll
test/CodeGen/X86/sse-schedule.ll
test/CodeGen/X86/sse2-schedule.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33099.99105.patch
Type: text/x-patch
Size: 106905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170516/f92d5d08/attachment.bin>
More information about the llvm-commits
mailing list