This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Fix creating v_mov_b32s without exec uses
ClosedPublic

Authored by arsenm on Aug 28 2015, 5:19 PM.

Details

Reviewers
tstellarAMD
Summary

This will be caught by existing tests with a verifier check to be added in a future commit.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 33497.Aug 28 2015, 5:19 PM
arsenm retitled this revision from to AMDGPU/SI: Fix creating v_mov_b32s without exec uses.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 33554.Aug 30 2015, 7:24 PM

Fix conflict with trunk from moving into separate function

tstellarAMD accepted this revision.Sep 9 2015, 5:36 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 9 2015, 5:36 PM
arsenm closed this revision.Sep 9 2015, 6:07 PM

r247229