This is an archive of the discontinued LLVM Phabricator instance.

DAGCombiner: Fold away vector extract of insert with the same index
ClosedPublic

Authored by arsenm on Jul 1 2016, 2:06 PM.

Details

Summary

This only really matters when the index is non-constant since the constant case already gets taken care of by other combines.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 62537.Jul 1 2016, 2:06 PM
arsenm retitled this revision from to DAGCombiner: Fold away vector extract of insert with the same index .
arsenm updated this object.
arsenm added a reviewer: bogner.
arsenm added a subscriber: llvm-commits.
arsenm accepted this revision.Jul 5 2016, 11:32 AM
arsenm added a reviewer: arsenm.

r274569

This revision is now accepted and ready to land.Jul 5 2016, 11:32 AM
arsenm closed this revision.Jul 5 2016, 11:32 AM