This is an archive of the discontinued LLVM Phabricator instance.

RA: Remove another assert on empty intervals
ClosedPublic

Authored by arsenm on Jul 21 2017, 5:12 PM.

Details

Reviewers
MatzeB
qcolombet
Summary

This case is similar to the one fixed in r308808,
except when rematerializing.

Fixes bug 33884.

Diff Detail

Event Timeline

arsenm created this revision.Jul 21 2017, 5:12 PM
MatzeB accepted this revision.Jul 21 2017, 5:16 PM

LGTM

This revision is now accepted and ready to land.Jul 21 2017, 5:16 PM
arsenm closed this revision.Jul 21 2017, 5:26 PM

r308813

qcolombet edited edge metadata.Jul 21 2017, 5:53 PM

Before removing all those assertions, could we talk that through first?
We started a conversion in D35730.