[PATCH] D87136: [ARM][MachineOutliner] Add calls default handling.

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 04:08:54 PDT 2020


samparker added inline comments.


================
Comment at: llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:5694
+        FrameDefault(target.isThumb() ? 2 : 4),
+        SaveRestoreLROnStack(target.isThumb() ? 8 : 8) {}
 };
----------------
So this is the cost of the store and load, but don't we also need to consider the frame setup too?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87136/new/

https://reviews.llvm.org/D87136



More information about the llvm-commits mailing list