This is an archive of the discontinued LLVM Phabricator instance.

[ARM][Thumb][FIX] Add unwinding information to t4
ClosedPublic

Authored by dnsampaio on Dec 30 2019, 6:13 AM.

Details

Summary

Add missing part of patch D71361. Now that the stack-frame
can be operated using a addw/subw instruction, they should
appear in the unwinding list.

Diff Detail

Event Timeline

dnsampaio created this revision.Dec 30 2019, 6:13 AM

Sounds good. Can you add a test?

dnsampaio updated this revision to Diff 235602.Dec 30 2019, 7:44 AM

Added test

dmgreen accepted this revision.Dec 30 2019, 7:54 AM

Thanks. LGTM

This revision is now accepted and ready to land.Dec 30 2019, 7:54 AM
This revision was automatically updated to reflect the committed changes.