This is an archive of the discontinued LLVM Phabricator instance.

InlineSpiller: Don't fold spills into undef reads
ClosedPublic

Authored by arsenm on Jun 16 2022, 11:14 AM.

Details

Summary

This was producing a load into a dead register which was a verifier
error.

Diff Detail

Event Timeline

arsenm created this revision.Jun 16 2022, 11:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2022, 11:14 AM
arsenm requested review of this revision.Jun 16 2022, 11:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2022, 11:14 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm updated this revision to Diff 437619.Jun 16 2022, 11:19 AM

Correct patch version

skatkov accepted this revision.Jun 21 2022, 10:59 PM

lgtm.

This revision is now accepted and ready to land.Jun 21 2022, 10:59 PM