[PATCH] D108701: [X86][SchedModel] Fix latency of the Hi register write of MULX (PR51495).

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 07:13:03 PDT 2021


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

LGTM!
@RKSimon ?



================
Comment at: llvm/lib/Target/X86/X86ScheduleZnver3.td:13
 //  * AMD Software Optimization Guide for AMD Family 19h Processors.
-//    https://www.amd.com/system/files/TechDocs/56665.zip
+///    https://www.amd.com/system/files/TechDocs/56665.zip
 //  * The microarchitecture of Intel, AMD and VIA CPUs, By Agner Fog
----------------
drop this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108701



More information about the llvm-commits mailing list