[llvm-branch-commits] [llvm] [3/7][PISA] Add PISA register file, instruction set, and MC layer (PR #214107)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Sep 13 10:27:43 PDT 2026


================
@@ -297,6 +297,9 @@ namespace CallingConv {
     /// stateless compartment.
     CHERIoT_LibraryCall = 127,
 
+    /// Used for PISA kernel functions.
+    PISA_KERNEL = 128,
----------------
arsenm wrote:

This should be its own PR with bitcode compatibility and print/parse tests 

https://github.com/llvm/llvm-project/pull/214107


More information about the llvm-branch-commits mailing list