From ce63362ef8cfb7162dd1ee5d2b47c43ce631a9b6 Mon Sep 17 00:00:00 2001 From: Andrea Di Biagio Date: Tue, 20 Mar 2018 10:25:36 +0000 Subject: [PATCH] [Release Notes] Add release note for llvm-mca. Differential Revision: https://reviews.llvm.org/D44636 llvm-svn: 327965 --- llvm/docs/ReleaseNotes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 1deeb650e7d2..8b834a6cd569 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -45,6 +45,11 @@ Non-comprehensive list of changes in this release * Symbols starting with ``?`` are no longer mangled by LLVM when using the Windows ``x`` or ``w`` IR mangling schemes. +* A new tool named :doc:`llvm-mca ` has been added. + :program:`llvm-mca` is a static performance analysis tool that uses + information available in LLVM to statically predict the performance of + machine code for a specific CPU. + * Note.. .. NOTE