This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix sched model for VOP2b instructions
ClosedPublic

Authored by arsenm on Sep 11 2015, 1:13 PM.

Details

Reviewers
tstellarAMD
Summary

Trying to use the version with the explicit output operand
would complain because of the missing WriteSALU. I'm not sure
why it doesn't complain about this with the implicit VCC def.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 34573.Sep 11 2015, 1:13 PM
arsenm retitled this revision from to AMDGPU: Fix sched model for VOP2b instructions.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Sep 25 2015, 6:19 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 25 2015, 6:19 PM
arsenm closed this revision.Sep 25 2015, 7:30 PM

r248646