[llvm] [X86] Correct Zen4 Scheduling References and Mismatches (PR #128030)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 20:50:35 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:
Btw the url (https://www.amd.com/system/files/TechDocs/56665.zip](https://www.amd.com/system/files/TechDocs/56665.zip) did not work for me. I had to search for the file manually.
https://github.com/llvm/llvm-project/pull/128030
More information about the llvm-commits
mailing list