[PATCH] D41300: [ARM] Fix PR35379 - incorrect unwind information when compiling with -Oz

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 16 03:50:59 PST 2017


chill updated this revision to Diff 127240.
chill added a comment.

Update: fix stack adjustment information in unwind info, so it accounts for the extra registers used for padding; now the unwind info should be identical, whether using -Os or not; added a test for this.


https://reviews.llvm.org/D41300

Files:
  lib/Target/ARM/ARMAsmPrinter.cpp
  lib/Target/ARM/ARMBaseInstrInfo.cpp
  test/CodeGen/ARM/PR35379.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41300.127240.patch
Type: text/x-patch
Size: 3850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171216/e489f744/attachment.bin>


More information about the llvm-commits mailing list