diff options
| author | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-03-20 10:25:36 +0000 |
|---|---|---|
| committer | Andrea Di Biagio <Andrea_DiBiagio@sn.scee.net> | 2018-03-20 10:25:36 +0000 |
| commit | ce63362ef8cfb7162dd1ee5d2b47c43ce631a9b6 (patch) | |
| tree | b93747f29e60fd83274c016fbd6b5b2b33cf08be /llvm | |
| parent | c6b5f3833ed0badd7959aaa98fa3530d0618a82b (diff) | |
| download | bcm5719-llvm-ce63362ef8cfb7162dd1ee5d2b47c43ce631a9b6.tar.gz bcm5719-llvm-ce63362ef8cfb7162dd1ee5d2b47c43ce631a9b6.zip | |
[Release Notes] Add release note for llvm-mca.
Differential Revision: https://reviews.llvm.org/D44636
llvm-svn: 327965
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 1deeb650e7d..8b834a6cd56 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 <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 |

