[llvm] [AArch64] Refactor and move common code to `AArch64PrologueEpilogue` (NFCI) (PR #158920)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 17 03:38:44 PDT 2025
================
@@ -94,24 +137,16 @@ class AArch64PrologueEmitter {
// emitFramePointerSetup.
bool EmitCFI = false;
----------------
MacDue wrote:
I've moved these common flags, but set them in the derived constructors (added some comments explaining where they're set too).
https://github.com/llvm/llvm-project/pull/158920
More information about the llvm-commits
mailing list