This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Custom lower fexp
ClosedPublic

Authored by arsenm on Aug 15 2018, 10:08 AM.

Details

Reviewers
rampitec
Summary

This will allow the library to just use __builtin_expf directly
without expanding this itself. Note f64 still won't work because
there is no exp instruction for it.

Diff Detail

Event Timeline

arsenm created this revision.Aug 15 2018, 10:08 AM
This revision is now accepted and ready to land.Aug 15 2018, 11:55 PM
arsenm closed this revision.Aug 16 2018, 10:08 AM

r339902