[PATCH] D51494: Fix unwind information for floating point registers

Jackson Woodruff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 09:59:18 PDT 2018


Jackson created this revision.
Jackson added reviewers: momchil.velikov, asl.
Herald added a reviewer: javed.absar.
Herald added subscribers: llvm-commits, chrib.

Fixes the unwind information generated for floating-point registers.  Previously, all padding registers were assumed to be four bytes wide.  Now, the width of the register is used to specify the amount of padding.


Repository:
  rL LLVM

https://reviews.llvm.org/D51494

Files:
  lib/Target/ARM/ARMAsmPrinter.cpp
  test/CodeGen/ARM/unwind-fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51494.163358.patch
Type: text/x-patch
Size: 6992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180830/b2689a8e/attachment.bin>


More information about the llvm-commits mailing list