This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Improve accuracy of instruction rates for VOPC
ClosedPublic

Authored by arsenm on Aug 29 2015, 12:28 AM.

Details

Reviewers
tstellarAMD
Summary

These were all using the default 32-bit VALU write class,
but the i64/f64 compares are half rate.

I'm not sure this is really correct, because they are still using
the write to VALU write class, even though they really write
to the SALU.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 33513.Aug 29 2015, 12:28 AM
arsenm retitled this revision from to AMDGPU: Improve accuracy of instruction rates for VOPC.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Sep 25 2015, 8:24 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Sep 25 2015, 8:24 AM
arsenm closed this revision.Sep 25 2015, 10:00 AM

r248582