This is an archive of the discontinued LLVM Phabricator instance.

R600/SI: Fix off by 1 error in used register count
ClosedPublic

Authored by arsenm on Sep 11 2014, 1:46 PM.

Details

Reviewers
arsenm
Summary

The register numbers start at 0, so if only 1 register was used, this was reported as 0.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 13597.Sep 11 2014, 1:46 PM
arsenm retitled this revision from to R600/SI: Fix off by 1 error in used register count .
arsenm updated this object.
arsenm edited the test plan for this revision. (Show Details)
arsenm added a subscriber: Unknown Object (MLST).
arsenm updated this revision to Diff 13599.Sep 11 2014, 1:48 PM

Merge test with existing test

arsenm accepted this revision.Sep 11 2014, 4:01 PM
arsenm added a reviewer: arsenm.

r217636 with the other way

This revision is now accepted and ready to land.Sep 11 2014, 4:01 PM
arsenm closed this revision.Sep 11 2014, 4:02 PM