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.
Details
Details
- Reviewers
rampitec
Diff Detail
Diff Detail
Paths
| Differential D50787
AMDGPU: Custom lower fexp ClosedPublic Authored by arsenm on Aug 15 2018, 10:08 AM.
Details
Summary This will allow the library to just use __builtin_expf directly
Diff Detail Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 4 others. · View Herald TranscriptAug 15 2018, 10:08 AM This revision is now accepted and ready to land.Aug 15 2018, 11:55 PM
Revision Contents
Diff 160838 lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
test/CodeGen/AMDGPU/fexp.ll
|