[all-commits] [llvm/llvm-project] baf390: [AArch64] Bail out of HomogeneousPrologEpilog for ...
Zhaoxuan Jiang via All-commits
all-commits at lists.llvm.org
Tue Sep 26 08:42:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: baf39032186ecd7b798270a2190827068a723a95
https://github.com/llvm/llvm-project/commit/baf39032186ecd7b798270a2190827068a723a95
Author: Zhaoxuan Jiang <jiangzhaoxuan94 at gmail.com>
Date: 2023-09-26 (Tue, 26 Sep 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog.ll
Log Message:
-----------
[AArch64] Bail out of HomogeneousPrologEpilog for functions with swif… (#67417)
…tasync argument
swiftasync introduces a number of frame adjustments which is
incompatible with current implementation of HomogeneousPrologEpilog
pass.
More information about the All-commits
mailing list