This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Promote f16 ceil/floor/round/roundeven/nearbyint/rint/trunc intrinsics to f32 libcalls.
ClosedPublic

Authored by craig.topper on Nov 9 2021, 4:59 PM.

Details

Summary

Previously these would crash. I don't think these can be generated
directly from C. Not sure if any optimizations can introduce them.

Diff Detail

Event Timeline

craig.topper created this revision.Nov 9 2021, 4:59 PM
craig.topper requested review of this revision.Nov 9 2021, 4:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 9 2021, 4:59 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
asb accepted this revision.Nov 11 2021, 2:13 AM
This revision is now accepted and ready to land.Nov 11 2021, 2:13 AM
This revision was landed with ongoing or failed builds.Nov 11 2021, 8:32 AM
This revision was automatically updated to reflect the committed changes.