This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Promote fp16 frem
ClosedPublic

Authored by dmgreen on May 23 2019, 8:32 AM.

Details

Summary

Promote fp16 frem operations on ARM so they call fmodf. Otherwise we fail to select them.

Test is new and not in-tree yet.

Diff Detail

Repository
rL LLVM

Event Timeline

dmgreen created this revision.May 23 2019, 8:32 AM
This revision is now accepted and ready to land.May 24 2019, 12:46 AM
This revision was automatically updated to reflect the committed changes.