This is an archive of the discontinued LLVM Phabricator instance.

[Statepoint] Use correct RegisterClass for spilling
ClosedPublic

Authored by danilaml on Jul 20 2023, 12:48 AM.

Details

Summary

Copy propagation might have changed the register class of the register

Diff Detail

Event Timeline

danilaml created this revision.Jul 20 2023, 12:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 12:48 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
danilaml requested review of this revision.Jul 20 2023, 12:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 12:48 AM
skatkov accepted this revision.Jul 20 2023, 2:17 AM

Thanks.

This revision is now accepted and ready to land.Jul 20 2023, 2:17 AM
This revision was automatically updated to reflect the committed changes.