This is an archive of the discontinued LLVM Phabricator instance.

Lower math.tan to __nv_tan[f] / __ocml_tan_f{32|64}
ClosedPublic

Authored by gflegar on Jan 11 2023, 7:43 AM.

Details

Summary

At present math.tan fails to lower for NVVM and ROCDL.

Diff Detail

Event Timeline

gflegar created this revision.Jan 11 2023, 7:43 AM
gflegar requested review of this revision.Jan 11 2023, 7:43 AM
herhut accepted this revision.Jan 11 2023, 8:46 AM

Thanks for adding this.

This revision is now accepted and ready to land.Jan 11 2023, 8:46 AM
gflegar updated this revision to Diff 488283.Jan 11 2023, 10:39 AM

Also lower math.tan for ROCDL

gflegar retitled this revision from Lower math.tan to __nv_tan[f] to Lower math.tan to __nv_tan[f] / __ocml_tan_f{32|64}.Jan 11 2023, 10:40 AM
gflegar edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.