[PATCH] D44636: [Release Notes] Add release note for llvm-mca
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 20 03:06:07 PDT 2018
andreadb updated this revision to Diff 139093.
andreadb added a comment.
Hi Hans,
Thanks for the feedback.
I modified the text so that the first occurrence of llvm-mca references the llvm-mca.rst in the CommandGuide.
I have verified that the href in the html page works fine.
https://reviews.llvm.org/D44636
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ 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.139093.patch
Type: text/x-patch
Size: 574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180320/f5673ec3/attachment.bin>
More information about the llvm-commits
mailing list