[clang] [llvm] [RISCV][MC] Add experimental Smijt, Ssijt, Smehv, and Ssehv support (PR #213431)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 1 04:33:11 PDT 2026
================
@@ -271,8 +271,12 @@
// CHECK-NEXT: zvvmttls 0.1 'Zvvmttls' (Transposing Matrix Tile Load/Store)
// CHECK-NEXT: zvzip 0.1 'Zvzip' (Vector Reordering Structured Data)
// CHECK-NEXT: smcsps 0.19 'Smcsps' (Conditional Stack Pointer Swap at Machine Level)
+// CHECK-NEXT: smehv 0.19 'Smehv' (Synchronous Exception Hardware Vectoring at Machine Level)
----------------
zeyi2 wrote:
The extension descriptions come from [here](https://github.com/riscv/riscv-fast-interrupt/blob/6164eca8c8c9138e519ea3b8510655b2b5bb76d0/src/aclic.adoc?plain=1#L198-L201).
https://github.com/llvm/llvm-project/pull/213431
More information about the cfe-commits
mailing list