This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Add f16 support to -mrecip parsing.
ClosedPublic

Authored by craig.topper on Apr 27 2022, 1:10 PM.

Details

Summary

This is a followup to D120158 which added an 'h' suffix to the
backend handling.

Diff Detail

Event Timeline

craig.topper created this revision.Apr 27 2022, 1:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2022, 1:10 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
craig.topper requested review of this revision.Apr 27 2022, 1:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2022, 1:10 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
spatel accepted this revision.Apr 28 2022, 4:53 AM

LGTM.

AFAIK, these FP reciprocal options have never been officially documented. Would that go under here:
https://clang.llvm.org/docs/UsersManual.html#controlling-code-generation ?

This revision is now accepted and ready to land.Apr 28 2022, 4:53 AM
This revision was landed with ongoing or failed builds.Apr 28 2022, 8:36 AM
This revision was automatically updated to reflect the committed changes.