[PATCH] D44636: [Release Notes] Add release note for llvm-mca

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 20 03:29:33 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327965: [Release Notes] Add release note for llvm-mca. (authored by adibiagio, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D44636?vs=139093&id=139095#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44636

Files:
  llvm/trunk/docs/ReleaseNotes.rst


Index: llvm/trunk/docs/ReleaseNotes.rst
===================================================================
--- llvm/trunk/docs/ReleaseNotes.rst
+++ llvm/trunk/docs/ReleaseNotes.rst
@@ -45,6 +45,11 @@
 * 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44636.139095.patch
Type: text/x-patch
Size: 607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180320/e668ce0d/attachment.bin>


More information about the llvm-commits mailing list