This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix legalizing f16 fpow
ClosedPublic

Authored by arsenm on Jan 6 2020, 6:18 AM.

Details

Summary

The existing test only covered one case for r600. The use of
mul_legacy also looks suspicious to me, but leave it for now. The
patterns are also not making use of source modifiers.

Diff Detail

Event Timeline

arsenm created this revision.Jan 6 2020, 6:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2020, 6:18 AM
This revision is now accepted and ready to land.Jan 6 2020, 11:43 AM