[llvm] [AArch64] merge index address with large offset into base address (PR #75343)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 02:21:36 PST 2023
================
@@ -199,6 +221,9 @@ struct AArch64LoadStoreOpt : public MachineFunctionPass {
// Find and merge a base register updates before or after a ld/st instruction.
bool tryToMergeLdStUpdate(MachineBasicBlock::iterator &MBBI);
+ // Find and merge a index ldr/st instructions into a base ld/st instruction.
----------------
davemgreen wrote:
instructions -> instruction
https://github.com/llvm/llvm-project/pull/75343
More information about the llvm-commits
mailing list