[llvm-branch-commits] [RISC-V][MC][RVY] Add support for RVY loads/stores (PR #177073)

Owen Anderson via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri May 29 01:20:42 PDT 2026


================
@@ -1846,15 +1846,32 @@ def Feature32Bit
     : SubtargetFeature<"32bit", "IsRV32", "true", "Implements RV32">;
 def Feature64Bit
     : SubtargetFeature<"64bit", "IsRV64", "true", "Implements RV64">;
+// By default enabling RVY uses capability pointers, to use RVI/RVE compatible
+// integral addresses the internal +rvy-int-mode flag can be used.
+// NOTE: the final user-visible flag is still TBD, this flag only exists for
----------------
resistor wrote:

This corresponds to hybrid mode in current nomenclature, right? I don't think we have any plans to use it on CHERIoT, so we can live with whatever name.

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


More information about the llvm-branch-commits mailing list