[PATCH] D147212: [ARM] Handle generating SEH unwind info for t2STR_PRE/t2LDR_POST

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 10:47:52 PDT 2023


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

Can you stick the testcase into wineh-opcodes.ll?

I'm assuming the load/store ops are getting generated by expanding a PUSH/POP, and not some other transform?  (So the offset will actually reliably be 4, in practice?)

Otherwise LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147212



More information about the llvm-commits mailing list