[PATCH] D100704: [Thumb1][MachineOutliner] Add Machine Outliner support for Thumb1

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 00:22:27 PDT 2021


efriedma added a comment.

ARM ABI rules say the stack has to be aligned to 8 bytes at ABI boundaries, 4 bytes otherwise.  So it might be an issue in some cases?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100704



More information about the llvm-commits mailing list