This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix out of bounds indirect indexing errors
ClosedPublic

Authored by arsenm on Jun 23 2016, 10:04 AM.

Details

Reviewers
tstellarAMD
Summary

This was producing acceses to registers beyond the super
register's limits, resulting in verifier failures.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 61695.Jun 23 2016, 10:04 AM
arsenm retitled this revision from to AMDGPU: Fix out of bounds indirect indexing errors.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jun 24 2016, 6:59 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jun 24 2016, 6:59 PM
arsenm closed this revision.Jun 27 2016, 6:16 PM

r273977