[llvm] [AArch64] merge index address with large offset into base address (PR #72187)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 05:43:54 PST 2023
================
@@ -209,3 +209,88 @@ define void @t17(i64 %a) {
%3 = load volatile i64, ptr %2, align 8
ret void
}
+
+; https://gcc.godbolt.org/z/ErhhdxMv3
----------------
davemgreen wrote:
It's probably best to remove the godbolt links from the tests.
https://github.com/llvm/llvm-project/pull/72187
More information about the llvm-commits
mailing list