Files
clang-p2996/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
Lukacma 7f0c5b0502 [AArch64]Fix invalid use of ld1/st1 in stack alloc (#105518)
This patch fixes incorrect usage of scalar+immediate variant of ld1/st1
instructions during stack allocation caused by
[c4bac7f](c4bac7f7dc).
This commit used ld1/st1 even when stack offset was outside of immediate
range for this instruction, producing invalid assembly.  This commit was also using incorrect offsets when using ld1/st1.
2024-09-05 14:47:10 +01:00

202 KiB