[PATCH] D141984: [RISCV][MC] Add support for experimental zfa extension(FLI instruction not included)
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 10:06:46 PST 2023
reames added a comment.
Drive by comment only, deferring to @craig.topper for most of this.
================
Comment at: llvm/docs/RISCVUsage.rst:160
+``experimental-zfa``
+ LLVM implements the `0.1 draft specification <https://github.com/riscv/riscv-isa-manual/releases/download/draft-20221119-5234c63/riscv-spec.pdf>`_ (see Chapter 25).
+
----------------
...implements a subset of the...
(i.e. give a clue the implementation is not complete)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141984/new/
https://reviews.llvm.org/D141984
More information about the llvm-commits
mailing list