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

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 25 07:32:33 PDT 2021


andreadb added inline comments.


================
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
----------------
lebedev.ri wrote:
> drop this
Whoops.
No idea how I ended up modifying that line...
Nice catch!


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