This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove dead code
ClosedPublic

Authored by arsenm on Sep 23 2015, 10:11 AM.

Details

Reviewers
tstellarAMD
Summary

There's no point in checking VReg_1 because all uses
of it should already have been removed by SILowerI1Copies.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 35522.Sep 23 2015, 10:11 AM
arsenm retitled this revision from to AMDGPU: Remove dead code.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Oct 1 2015, 1:39 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Oct 1 2015, 1:39 PM
arsenm closed this revision.Oct 1 2015, 2:53 PM

r249081