This is an archive of the discontinued LLVM Phabricator instance.

LiveIntervalAnalysis: add an assertion in repairOldRegInRange
AbandonedPublic

Authored by nhaehnle on Aug 9 2016, 2:38 AM.

Details

Reviewers
MatzeB
kparzysz
Summary

This is triggered by a test case I have, which otherwise leads to
non-deterministic crashes making it rather harder to even
bugpoint-reduce...

Diff Detail

Event Timeline

nhaehnle updated this revision to Diff 67304.Aug 9 2016, 2:38 AM
nhaehnle retitled this revision from to LiveIntervalAnalysis: add an assertion in repairOldRegInRange.
nhaehnle updated this object.
nhaehnle added reviewers: MatzeB, kparzysz.
nhaehnle added a subscriber: llvm-commits.
nhaehnle abandoned this revision.Aug 9 2016, 3:16 AM

Please see D23303 instead.