This is an archive of the discontinued LLVM Phabricator instance.

[NFC][CodeGen] Use const MF in TargetLowering stack probe functions
ClosedPublic

Authored by cuviper on Sep 22 2022, 3:40 PM.

Details

Summary

This makes them callable from places like canUseAsPrologue.

Diff Detail

Event Timeline

cuviper created this revision.Sep 22 2022, 3:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2022, 3:40 PM
cuviper requested review of this revision.Sep 22 2022, 3:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2022, 3:40 PM

Thanks for the cleanup!

This revision is now accepted and ready to land.Sep 23 2022, 12:10 AM