This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Improve llvm.round.f64 lowering for CI+
ClosedPublic

Authored by arsenm on Dec 24 2019, 8:15 AM.

Details

Summary

The path already used for f16/f32 works a lot better when v_trunc_f64
is available.

Diff Detail

Event Timeline

arsenm created this revision.Dec 24 2019, 8:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 24 2019, 8:15 AM
arsenm updated this revision to Diff 235223.Dec 24 2019, 8:27 AM

Use generated check lines

This revision is now accepted and ready to land.Dec 29 2019, 12:11 PM