[PATCH] D15126: Fix ARMv4T (Thumb1) epilogue generation

A. Skrobov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 12:30:32 PST 2015


tyomitch created this revision.
tyomitch added reviewers: jroelofs, qcolombet.
tyomitch added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

Before ARMv5T, Thumb1 code could not pop PC, as described at D14357 and D14986;
so we need the special fixup in the epilogue.

http://reviews.llvm.org/D15126

Files:
  lib/Target/ARM/Thumb1FrameLowering.cpp
  test/CodeGen/ARM/debug-frame.ll
  test/CodeGen/Thumb/large-stack.ll
  test/CodeGen/Thumb/pop-special-fixup.ll
  test/CodeGen/Thumb/thumb-shrink-wrapping.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15126.41554.patch
Type: text/x-patch
Size: 12929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151201/f928c9a6/attachment.bin>


More information about the llvm-commits mailing list