This is an archive of the discontinued LLVM Phabricator instance.

RegisterCoaleser: Fix empty subrange verifier error
ClosedPublic

Authored by arsenm on Jun 27 2023, 7:35 AM.

Details

Summary

In this example an implicit def had live-out undef subrange
defs. After coalescing with the def from a previous block, the
undef-defed lanes are no longer live out of the block in the new
interval. An empty subrange was tenatively created for these lanes,
but it must be deleted.

Diff Detail

Event Timeline

arsenm created this revision.Jun 27 2023, 7:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 7:35 AM
arsenm requested review of this revision.Jun 27 2023, 7:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 7:35 AM
Herald added a subscriber: wdng. · View Herald Transcript
qcolombet accepted this revision.Jun 30 2023, 12:09 AM
This revision is now accepted and ready to land.Jun 30 2023, 12:09 AM