forked from OSchip/llvm-project
[Release Notes] Add release note for llvm-mca.
Differential Revision: https://reviews.llvm.org/D44636 llvm-svn: 327965
This commit is contained in:
parent
c6b5f3833e
commit
ce63362ef8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue