[PATCH] D65830: [docs][mips] 9.0 Release notes
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 01:39:24 PDT 2019
hans added inline comments.
================
Comment at: lld/docs/ReleaseNotes.rst:31
+* Replace JAL by JALX instructions for MIPS and microMIPS cross-mode jumps.
+
----------------
Should it be *replaced* JAL *with* JALX ...?
================
Comment at: lld/docs/ReleaseNotes.rst:33
+
+* lld now create LA25 thunks for MIPS R6 code.
+
----------------
Should it be *creates*?
================
Comment at: llvm/docs/ReleaseNotes.rst:120
+
+* Improved support of GlobalISel instruction selection framework.
+
----------------
But is it supported yet, or still experimental? Might be worth a short note in case readers are wondering.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65830/new/
https://reviews.llvm.org/D65830
More information about the llvm-commits
mailing list