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

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 19 13:47:49 PDT 2018


andreadb updated this revision to Diff 138998.
andreadb added a comment.

Addressed review comments.

Added `:program:` prefix to every occurrence of `llvm-mca`


https://reviews.llvm.org/D44636

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -45,6 +45,10 @@
 * Symbols starting with ``?`` are no longer mangled by LLVM when using the
   Windows ``x`` or ``w`` IR mangling schemes.
 
+* A new tool named :program:`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.138998.patch
Type: text/x-patch
Size: 550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180319/d570f6f6/attachment-0001.bin>


More information about the llvm-commits mailing list