This is an archive of the discontinued LLVM Phabricator instance.

R600/SI: Fix suspicious indexing
ClosedPublic

Authored by arsenm on Nov 24 2014, 7:42 PM.

Details

Reviewers
arsenm
Summary

The loop is over the operands of an instruction, and checks the
register with the sub reg index of the dest register. This probably
meant to be checking the sub reg index of the same operand.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 16597.Nov 24 2014, 7:42 PM
arsenm retitled this revision from to R600/SI: Fix suspicious indexing .
arsenm updated this object.
arsenm edited the test plan for this revision. (Show Details)
arsenm added a subscriber: Unknown Object (MLST).
arsenm accepted this revision.Dec 11 2014, 12:23 PM
arsenm added a reviewer: arsenm.
This revision is now accepted and ready to land.Dec 11 2014, 12:23 PM
arsenm closed this revision.Dec 11 2014, 12:23 PM