You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ARM] Avoid creating unwind annotations for FPSCR and FPEXC
Avoid annotating the saving of FPSCR and FPEXC for functions marked with the
interrupt_save_fp attribute, even though this is done as part of frame setup.
Since these are status registers, there really is no viable way of annotating
this. Since these aren't GPRs or DPRs, they can't be used with .save or .vsave
directives. Instead, just record that the intermediate registers r4 and r5 are
saved to the stack again.
0 commit comments