[PATCH] D75288: [ARM][ConstantIslands] Fix stack mis-alignment caused by undoLRSpillRestore.

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 12:23:29 PST 2020


huihuiz added a comment.

run: llc -O0 < llvm/test/CodeGen/Thumb/stack-mis-alignment.ll -o -

you can see the mis-alignment, the StackAlignment is 8 for this test

  @ %bb.0:                                @ %entry
          .pad    #116
          sub     sp, #116


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75288





More information about the llvm-commits mailing list