[all-commits] [llvm/llvm-project] b1d0bc: [AArch64] Fix an immediate out of range for large ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Jul 18 05:57:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1d0bc0f4395c69097bc11b6ba8f821f621272a9
https://github.com/llvm/llvm-project/commit/b1d0bc0f4395c69097bc11b6ba8f821f621272a9
Author: Martin Storsjö <martin at martin.st>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/test/CodeGen/AArch64/win-align-chkstk.ll
Log Message:
-----------
[AArch64] Fix an immediate out of range for large realignments on Windows
Also add a missing FrameSetup flag on the existing add instruction.
This fixes https://github.com/llvm/llvm-project/issues/63701.
Differential Revision: https://reviews.llvm.org/D155447
More information about the All-commits
mailing list