[all-commits] [llvm/llvm-project] 6530ea: [AArch64] Fix Local Deallocation for Homogeneous P...
kyulee-com via All-commits
all-commits at lists.llvm.org
Sun Jul 25 11:04:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6530ea409506a5778bb773615725b9ddee0538f0
https://github.com/llvm/llvm-project/commit/6530ea409506a5778bb773615725b9ddee0538f0
Author: Kyungwoo Lee <kyulee at fb.com>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog.ll
Log Message:
-----------
[AArch64] Fix Local Deallocation for Homogeneous Prolog/Epilog
The stack adjustment for local deallocation was incorrectly ported.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D106760
More information about the All-commits
mailing list