This is an archive of the discontinued LLVM Phabricator instance.

[TargetLowering] Add root node back to work list after successful SimplifyDemandedBits/SimplifyDemandedVectorElts
ClosedPublic

Authored by RKSimon on Oct 9 2018, 10:03 AM.

Details

Summary

Similar to what already happens in the DAGCombiner wrappers, this patch adds the root nodes back onto the worklist if the DCI wrappers' SimplifyDemandedBits/SimplifyDemandedVectorElts were successful.

Diff Detail

Repository
rL LLVM

Event Timeline

RKSimon created this revision.Oct 9 2018, 10:03 AM
niravd accepted this revision.Oct 9 2018, 10:17 AM

LGTM.

This revision is now accepted and ready to land.Oct 9 2018, 10:17 AM
This revision was automatically updated to reflect the committed changes.