This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Partially implement getArithmeticInstrCost for FP ops
ClosedPublic

Authored by arsenm on Dec 22 2015, 2:01 PM.

Details

Reviewers
tstellarAMD

Diff Detail

Event Timeline

arsenm updated this revision to Diff 43482.Dec 22 2015, 2:01 PM
arsenm retitled this revision from to AMDGPU: Partially implement getArithmeticInstrCost for FP ops.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Dec 23 2015, 8:29 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 23 2015, 8:29 PM
arsenm updated this revision to Diff 49757.Mar 3 2016, 10:43 AM
arsenm edited edge metadata.

Implement check for instruction rates, cleanup

arsenm closed this revision.Mar 24 2016, 6:05 PM

r264374