[llvm] [AArch64] MI Scheduler: create more LDP/STP pairs (PR #77565)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 03:40:05 PST 2024


davemgreen wrote:

Yeah I think there will always be a limit to what the load-store optimizer can figure out, and this is just adding a few more LDRQ<->LDURQ and LDURQ<->LDRQ pairings to what we already do.

Is it worth extending that to LDRS and LDRD to fill in the gaps?

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


More information about the llvm-commits mailing list