[PATCH] D70800: Fix AArch64 AAPCS frame record chain

Logan Chien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 10:57:04 PDT 2020


logan added a comment.

In D70800#1982889 <https://reviews.llvm.org/D70800#1982889>, @sdesmalen wrote:

> In D70800#1982722 <https://reviews.llvm.org/D70800#1982722>, @logan wrote:
>
> > Rebase to latest LLVM master branch
>
>
> Did you make any other changes other than the rebase?


Nope.  I am still debugging the assertion failure.  One of the `emitFrameOffset` in `emitEpilogue` get non-zero `NumBytes` that is not multiple of 16.  But from the limited backtrace, I have some difficulty to spot the problem.

BTW, I cannot locally reproduce it with the same command.  On my side, the command can run without problems.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70800





More information about the llvm-commits mailing list