[clang] [llvm] [RISCV][MC] Add support for Q extension (PR #139369)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat May 10 07:48:30 PDT 2025


================
@@ -462,6 +474,12 @@ def FPR64C : RISCVRegisterClass<[f64], 64, (add
   (sequence "F%u_D", 8, 9)
 )>;
 
+def FPR128 : RISCVRegisterClass<
+                 [f128], 128,
----------------
topperc wrote:

Format this the same was as FPR64?

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


More information about the llvm-commits mailing list