================ @@ -63,6 +76,7 @@ enum Reg { R_ZERO = 0, R_RA = 1, R_TP = 2, + R_A0 = 4, ---------------- SixWeining wrote: Seems it is not used by current patch. https://github.com/llvm/llvm-project/pull/112696