This is an archive of the discontinued LLVM Phabricator instance.

AArch64: Don't emit CFI for SCS register in nounwind functions.
ClosedPublic

Authored by pcc on Nov 27 2018, 9:14 PM.

Details

Summary

All that you can legitimately do with the CFI for a nounwind function
is get a backtrace, and adjusting the SCS register is not (currently)
required for this purpose.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Nov 27 2018, 9:14 PM
pcc updated this revision to Diff 175622.Nov 27 2018, 9:20 PM
  • Undo unintentional change
This revision is now accepted and ready to land.Nov 30 2018, 10:47 AM
This revision was automatically updated to reflect the committed changes.