From: Roman Lebedev Date: Mon, 24 Dec 2018 12:12:26 +0000 (+0000) Subject: ReleaseNotes: X86 Target: bdver2 sched model was added (D52779) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db50b6fe399b8ad8caef80fd8ee77607fb051fa5;p=llvm 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 --- 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 -----------------------------