Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
[Release Notes] Add release note for llvm-mca.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D44636


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327965 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
adibiagio committed Mar 20, 2018
1 parent 89957a9 commit 112a581
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CommandGuide/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
Expand Down

0 comments on commit 112a581

Please sign in to comment.