This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add combine for short vector extract_vector_elts
ClosedPublic

Authored by arsenm on Jun 13 2018, 7:31 AM.

Details

Reviewers
rampitec
cfang
Summary

Try to access pieces 4 bytes at a time. This helps
various hasOneUse extract_vector_elt combines, such
as load width reductions.

Avoids test regressions in a future commit.

Diff Detail

Event Timeline

arsenm created this revision.Jun 13 2018, 7:31 AM
This revision is now accepted and ready to land.Jun 13 2018, 11:23 AM
arsenm closed this revision.Jun 15 2018, 8:36 AM

r334836