This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove verifier check for scc live ins
ClosedPublic

Authored by arsenm on May 11 2016, 4:09 PM.

Details

Reviewers
tstellarAMD
Summary

We only really need this to be true for SIFixSGPRCopies.
I'm not sure there's any way this could happen before that point.

Fixes a case where MachineCSE could introduce a cross block
scc use.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 56978.May 11 2016, 4:09 PM
arsenm retitled this revision from to AMDGPU: Remove verifier check for scc live ins.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 56979.May 11 2016, 4:10 PM

Attach right patch

tstellarAMD accepted this revision.May 12 2016, 8:22 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 12 2016, 8:22 AM
arsenm closed this revision.May 12 2016, 9:22 PM

r269391