[llvm] 3d36da7 - [VE] Add manuals to CompilerWriterInfo

Simon Moll via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 23 05:15:44 PST 2021


Author: Simon Moll
Date: 2021-12-23T14:14:37+01:00
New Revision: 3d36da77020b3770e59f829db2064dfa3c0c48f8

URL: https://github.com/llvm/llvm-project/commit/3d36da77020b3770e59f829db2064dfa3c0c48f8
DIFF: https://github.com/llvm/llvm-project/commit/3d36da77020b3770e59f829db2064dfa3c0c48f8.diff

LOG: [VE] Add manuals to CompilerWriterInfo

Reference VE manual and documentations in CompilerWriterInfo.

Reviewed By: kaz7

Differential Revision: https://reviews.llvm.org/D116212

Added: 
    

Modified: 
    llvm/docs/CompilerWriterInfo.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst
index 9184b852539d6..0b02b40551a61 100644
--- a/llvm/docs/CompilerWriterInfo.rst
+++ b/llvm/docs/CompilerWriterInfo.rst
@@ -119,6 +119,12 @@ SystemZ
 
 * `z/Architecture Principles of Operation (registration required, free sign-up) <http://www-01.ibm.com/support/docview.wss?uid=isg2b9de5f05a9d57819852571c500428f9a>`_
 
+VE
+--
+
+* `NEC SX-Aurora TSUBASA ISA Guide <https://www.hpc.nec/documents/guide/pdfs/Aurora_ISA_guide.pdf>`_
+* `NEC SX-Aurora TSUBASA manuals and documentation <https://www.hpc.nec/documentation>`_
+
 X86
 ---
 


        


More information about the llvm-commits mailing list