This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix assert on ttmp registers
ClosedPublic

Authored by arsenm on May 13 2016, 4:43 PM.

Details

Reviewers
tstellarAMD
Summary

Use register class that does not include them when looking
for unallocated registers.

This is hit by the udiv v8i64 test in the opencl integer
conformance test, and takes a few seconds to compile in
a debug build so no test included.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 57269.May 13 2016, 4:43 PM
arsenm retitled this revision from to AMDGPU: Fix assert on ttmp registers.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.May 18 2016, 6:39 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 18 2016, 6:39 AM
arsenm closed this revision.May 18 2016, 8:26 AM

r269938