[PATCH] D40345: A new sched model for mov instruction on btver2

Andrew V. Tischenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 22 04:43:39 PST 2017


avt77 created this revision.

The current sched model uses JAny for mov instruction but it's wrong and should be changed on JALU01.


https://reviews.llvm.org/D40345

Files:
  lib/Target/X86/X86ScheduleBtVer2.td
  test/CodeGen/X86/mmx-schedule.ll
  test/CodeGen/X86/mul-constant-i32.ll
  test/CodeGen/X86/mul-constant-i64.ll
  test/CodeGen/X86/schedule-x86_64.ll
  test/CodeGen/X86/sse2-schedule.ll
  test/CodeGen/X86/sse3-schedule.ll
  test/CodeGen/X86/sse42-schedule.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40345.123910.patch
Type: text/x-patch
Size: 42662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171122/c9605637/attachment.bin>


More information about the llvm-commits mailing list