[llvm] [Target][RISCV] Add HwMode support to subregister index size/offset. (PR #86368)

Björn Pettersson via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 27 00:57:20 PDT 2024


================
@@ -99,6 +99,9 @@ class SubRegIndex<int size, int offset = 0> {
   string Namespace = "";
 
   // The size/offset information, parameterized by a HW mode.
+  // If the HwModes provided for SubRegRanges does not the DefaultMode, the
----------------
bjope wrote:

typo ( /does not /does not include / )

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


More information about the llvm-commits mailing list