[llvm] [AArch64] Refactor and move common code to `AArch64PrologueEpilogue` (NFCI) (PR #158920)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 17 02:12:47 PDT 2025


================
@@ -94,24 +137,16 @@ class AArch64PrologueEmitter {
   // emitFramePointerSetup.
   bool EmitCFI = false;
----------------
sdesmalen-arm wrote:

Can EmitCFI and IsFunclet also be moved to the AArch64PrologueEpilogueCommon class?

https://github.com/llvm/llvm-project/pull/158920


More information about the llvm-commits mailing list