This is an archive of the discontinued LLVM Phabricator instance.

[NaryReassociate] SeenExprs records WeakVH
ClosedPublic

Authored by jingyue on Sep 30 2015, 4:15 PM.

Details

Summary

The instructions SeenExprs records may be deleted during rewriting.
FindClosestMatchingDominator should ignore these deleted instructions.

Fixes PR24301.

Diff Detail

Repository
rL LLVM

Event Timeline

jingyue updated this revision to Diff 36158.Sep 30 2015, 4:15 PM
jingyue retitled this revision from to [NaryReassociate] SeenExprs records WeakVH.
jingyue updated this object.
jingyue added a reviewer: grosser.
jingyue added a subscriber: llvm-commits.
grosser edited edge metadata.Sep 30 2015, 6:01 PM
grosser added a subscriber: grosser.

This fixes the memory issue for me. Thank you.

Tobias

This revision was automatically updated to reflect the committed changes.