[llvm] [CodeGen, CHERI] Add capability types to MVT. (PR #156616)

Owen Anderson via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 3 02:38:13 PDT 2025


================
@@ -357,6 +362,11 @@ def amdgpuBufferStridedPointer : ValueType<192, 252>;
 
 def aarch64mfp8 : ValueType<8,  253>;  // 8-bit value in FPR (AArch64)
 
+def c64
+    : VTCapability<64, !add(aarch64mfp8.Value, 1)>; // 64-bit capability value
----------------
resistor wrote:

Done.

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


More information about the llvm-commits mailing list