[llvm] [RISCV] Refactor subreg indices. (PR #77173)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 6 16:03:35 PST 2024


================
@@ -28,21 +28,21 @@ class RISCVReg16<bits<5> Enc, string n, list<string> alt = []> : Register<n> {
   let AltNames = alt;
 }
 
-def sub_16 : SubRegIndex<16>;
----------------
jrtc27 wrote:

There's nothing FPR-y about the index itself though? It just happens to only be applicable for FPRs.

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


More information about the llvm-commits mailing list