This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix post-RA verifier errors with trackLivenessAfterRegAlloc
ClosedPublic

Authored by arsenm on Jun 1 2016, 2:14 PM.

Details

Summary

The condition reg of the cndmask_b64 expansion can't be killed by
the first one, and the implicit super register implicit def is needed.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 59276.Jun 1 2016, 2:14 PM
arsenm retitled this revision from to AMDGPU: Fix post-RA verifier errors with trackLivenessAfterRegAlloc.
arsenm updated this object.
arsenm added reviewers: tstellarAMD, MatzeB.
arsenm added a subscriber: llvm-commits.
nhaehnle accepted this revision.Jun 10 2016, 4:01 AM
nhaehnle added a reviewer: nhaehnle.
nhaehnle added a subscriber: nhaehnle.

LGTM

This revision is now accepted and ready to land.Jun 10 2016, 4:01 AM
arsenm closed this revision.Jun 13 2016, 9:00 AM

r272554