This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix off by one in register parsing
ClosedPublic

Authored by arsenm on Oct 14 2015, 10:54 AM.

Details

Reviewers
tstellarAMD
Summary

If trying to use one past the end, this would assert.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 37367.Oct 14 2015, 10:54 AM
arsenm retitled this revision from to AMDGPU: Fix off by one in register parsing.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Oct 20 2015, 3:20 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 20 2015, 3:20 PM
arsenm closed this revision.Nov 3 2015, 2:53 PM

r252008