[RISCV] Add overrides of isLoadFromStackSlot/isStoreFromStackSlot signatures...
[RISCV] Add overrides of isLoadFromStackSlot/isStoreFromStackSlot signatures that don't have MemBytes. D145471 added overrides of the other signature to return MemBytes, but shouldn't have removed these overrides. These signatures will now call the MemBytes signature and ignore the MemBytes. This matches X86.
Loading
Please sign in to comment