[llvm-branch-commits] [RISC-V][MC][RVY] Add support for RVY loads/stores (PR #177073)
Alexander Richardson via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 15 19:05:54 PDT 2026
================
@@ -235,10 +235,12 @@ def GPRMemZeroOffset : MemOperand<GPR> {
}
def GPRMem : MemOperand<GPR>;
-
+def BasePtr : MemOperand<BasePtrRegClass>;
----------------
arichardson wrote:
Actually it looks like this can be solved quite easily and we can remove this part of the diff.
https://github.com/llvm/llvm-project/pull/177073
More information about the llvm-branch-commits
mailing list