[llvm] [doc][RISCV] Add documentation for customizing VCIX scheduling info (PR #183129)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 10:00:29 PDT 2026
================
@@ -0,0 +1,263 @@
+===================================================
+Scheduling Information for RISC-V VCIX Instructions
+===================================================
+
+.. contents::
+ :local:
+
+Summary
+-------
+The purpose of this document is to outline how the scheduling information for RISC-V's ``XSfvcp`` extension -- SiFive Vector Coprocessor Interface (VCIX) -- in LLVM works, why it works the way it does, and how one may modify the code to support their VCIX needs.
----------------
topperc wrote:
Oh I guess I missed that thread.
https://github.com/llvm/llvm-project/pull/183129
More information about the llvm-commits
mailing list