[llvm] [X86] Correct Zen4 Scheduling References and Mismatches (PR #128030)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 20:48:06 PST 2025
================
@@ -9,45 +9,45 @@
// This file defines the machine model for Znver4 to support instruction
// scheduling and other instruction cost heuristics.
// Based on:
-// * AMD Software Optimization Guide for AMD Family 19h Processors.
-// https://www.amd.com/system/files/TechDocs/56665.zip
+// * AMD Software Optimization Guide for the AMD Zen4 Microarchitecture.
----------------
bubblepipe wrote:
Indeed, but the original quoted document 56665.pdf is actually titled _Software Optimization Guide for AMD EPYC™ 7003 Processors_ rather than _SOG for 19h_. EPYC 7003 are zen3 processors.
https://github.com/llvm/llvm-project/pull/128030
More information about the llvm-commits
mailing list