This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix incorrectly setting kill flag when copying register tuples
ClosedPublic

Authored by arsenm on Jun 1 2016, 10:46 AM.

Details

Summary

This fixes some verifier errors when trackLivenessAfterRegAlloc is enabled.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 59252.Jun 1 2016, 10:46 AM
arsenm retitled this revision from to AMDGPU: Fix incorrectly setting kill flag when copying register tuples.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
nhaehnle accepted this revision.Jun 1 2016, 12:34 PM
nhaehnle added a reviewer: nhaehnle.
nhaehnle added a subscriber: nhaehnle.

LGTM

This revision is now accepted and ready to land.Jun 1 2016, 12:34 PM
arsenm closed this revision.Jun 1 2016, 5:12 PM

r271446