summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/unwind-fp.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] Fix unwind information for floating point registersOliver Stannard2018-09-191-0/+15
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. Patch by Jackson Woodruff! Differential revision: https://reviews.llvm.org/D51494 llvm-svn: 342545
OpenPOWER on IntegriCloud