[llvm] [RISCV] Generate MIPS load/store pair instructions (PR #124717)

Djordje Todorovic via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 01:56:54 PST 2025


djtodoro wrote:

> I'm pretty sure some of this is copied from AArch64. That's a helpful thing to mention in the description as it makes it easier to review if we can cross reference the prior art. Can you mention any notable differences?

I have added a top-level comment that explains this. Basically, we use `tryToPairLdStInst` from it only. AArch64 performs away more things, and it can be future work for RISC-V as well. 

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


More information about the llvm-commits mailing list