This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG/ARM] Check LiveRegGens instead of LiveRegDefs in DelayForLiveRegsBottomUp
AbandonedPublic

Authored by Meinersbur on Feb 3 2017, 7:10 AM.

Details

Summary

This tries to fix PR30911

This is an ad-hoc fix suggested by Eli Friedman. The problem might deeper in that the CallResource dependency is not correctly unscheduled. More details in that bug report. It would be nice if someone with more expertise with the SelectionDAG could have a look.

Diff Detail