This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombiner] Teach TokenFactor pruning to peek through lifetime nodes
ClosedPublic

Authored by niravd on Mar 27 2019, 1:10 PM.

Details

Summary

Lifetime nodes were inhibiting TokenFactor simplification inhibiting chain-based optimizations.

Event Timeline

niravd created this revision.Mar 27 2019, 1:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2019, 1:10 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
niravd updated this revision to Diff 192508.Mar 27 2019, 1:26 PM

Debug test also changes. h

jyknight accepted this revision.Mar 27 2019, 1:35 PM
This revision is now accepted and ready to land.Mar 27 2019, 1:35 PM
This revision was automatically updated to reflect the committed changes.