This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Stop special casing constant indexes of extract_vector_elt
ClosedPublic

Authored by arsenm on May 7 2018, 9:32 AM.

Details

Summary

The same result folds out of the dynamic expansion logic if the
index is constant.

Diff Detail

Event Timeline

arsenm created this revision.May 7 2018, 9:32 AM
This revision is now accepted and ready to land.May 7 2018, 10:13 AM
cfang accepted this revision.May 7 2018, 2:18 PM
arsenm closed this revision.May 9 2018, 11:33 AM

r331906