This is an archive of the discontinued LLVM Phabricator instance.

[LSV] Use the original loads' names for the extractelement instructions.
ClosedPublic

Authored by jlebar on Aug 20 2016, 5:24 PM.

Details

Summary

LSV replaces multiple adjacent loads with one vectorized load and a
bunch of extractelement instructions. This patch makes the
extractelement instructions' names match those of the original loads,
for (hopefully) improved readability.

Diff Detail

Repository
rL LLVM

Event Timeline

jlebar updated this revision to Diff 68792.Aug 20 2016, 5:24 PM
jlebar retitled this revision from to [LSV] Use the original loads' names for the extractelement instructions..
jlebar updated this object.
jlebar added a reviewer: asbirlea.
jlebar added a subscriber: arsenm.
jlebar edited edge metadata.Aug 20 2016, 5:25 PM
jlebar added a subscriber: llvm-commits.
jlebar added a comment.Sep 6 2016, 5:14 PM

Alina, friendly ping?

asbirlea accepted this revision.Sep 6 2016, 5:18 PM
asbirlea edited edge metadata.

LGTM (apologies for the delay).

This revision is now accepted and ready to land.Sep 6 2016, 5:18 PM
This revision was automatically updated to reflect the committed changes.