This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make scc not allocatable
AbandonedPublic

Authored by arsenm on Aug 1 2015, 12:01 AM.

Details

Reviewers
tstellarAMD
Summary

This fixes an assertion in the SIInsertWait pass when i32 is removed from scc.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 31190.Aug 1 2015, 12:01 AM
arsenm retitled this revision from to AMDGPU: Make scc not allocatable .
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm abandoned this revision.Aug 2 2015, 3:14 PM

Obsoleted by D11704