This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix broken dynamic vector indexing for packed types
ClosedPublic

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

Details

Reviewers
rampitec
kzhuravl
Summary

The intention of this was to multiply by 16, not shift by 16.

Diff Detail

Event Timeline

arsenm created this revision.May 7 2018, 9:31 AM
This revision is now accepted and ready to land.May 7 2018, 10:10 AM
arsenm closed this revision.May 8 2018, 11:47 AM

r331793