From db50b6fe399b8ad8caef80fd8ee77607fb051fa5 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Mon, 24 Dec 2018 12:12:26 +0000 Subject: [PATCH] ReleaseNotes: X86 Target: bdver2 sched model was added (D52779) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350053 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 09679ad444c..31d1f5c1517 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -82,7 +82,8 @@ Changes to the PowerPC Target Changes to the X86 Target ------------------------- - During this release ... +* Machine model for AMD bdver2 (Piledriver) CPU was added. It is used to support + instruction scheduling and other instruction cost heuristics. Changes to the AMDGPU Target ----------------------------- -- 2.50.1