This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][Instrumentation] Preserve red zone for functions with tail calls only
ClosedPublic

Authored by Amir on Mar 2 2023, 3:44 PM.

Details

Summary

Allow a function with tail calls only to clobber its red zone.

Fixes https://github.com/llvm/llvm-project/issues/61114.

Diff Detail

Event Timeline

Amir created this revision.Mar 2 2023, 3:44 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Mar 2 2023, 3:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2023, 3:44 PM
Amir edited the summary of this revision. (Show Details)Mar 2 2023, 4:03 PM
yota9 accepted this revision.Mar 3 2023, 12:49 AM

Thank you!

This revision is now accepted and ready to land.Mar 3 2023, 12:49 AM
Amir added a comment.Mar 3 2023, 10:26 AM

Thanks for a review!