[llvm] [AArch64] merge index address with large offset into base address (PR #75343)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 14 17:11:01 PST 2023
================
@@ -4089,6 +4089,11 @@ AArch64InstrInfo::getLdStOffsetOp(const MachineInstr &MI) {
return MI.getOperand(Idx);
}
+const MachineOperand &
+AArch64InstrInfo::getLdStAmountOp(const MachineInstr &MI) {
+ return MI.getOperand(4);
----------------
vfdff wrote:
Thanks for your idea, fixed with commit 01029d9
https://github.com/llvm/llvm-project/pull/75343
More information about the llvm-commits
mailing list