This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix not moving users of s_bfe_i64 to VALU
ClosedPublic

Authored by arsenm on Aug 20 2015, 10:16 PM.

Details

Reviewers
tstellarAMD
Summary

This wouldn't propagate to users of the original BFE and would hit a verifier error.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 32800.Aug 20 2015, 10:16 PM
arsenm retitled this revision from to AMDGPU: Fix not moving users of s_bfe_i64 to VALU.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Aug 26 2015, 1:13 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Aug 26 2015, 1:13 PM
arsenm closed this revision.Aug 26 2015, 1:49 PM

r246078