This is an archive of the discontinued LLVM Phabricator instance.

[builtins] Make divXf3 handle denormal results
ClosedPublic

Authored by atrosinenko on Jul 31 2020, 8:09 AM.

Details

Summary

This is the last patch from the patchset introducing proper support for subnormal results to div[sdt]f3.

Diff Detail

Event Timeline

atrosinenko created this revision.Jul 31 2020, 8:09 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2020, 8:09 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
atrosinenko requested review of this revision.Jul 31 2020, 8:09 AM

Re-upload after amending previous commit

Re-upload after D85731: [NFC][builtins] Make softfloat-related errors less noisy to get rid of "error: unknown type name 'fp_t'" and similar clang-tidy diagnostics for fp_div_impl.inc.

Rebase the entire patch stack against the up-to-date master and re-upload.

Re-upload after parent commits were changed.

No-change re-upload: rebase onto current master branch.

Re-upload after changing parent diff.

Re-upload after amending parent diff.

This revision is now accepted and ready to land.Aug 31 2020, 3:43 AM

Re-upload after amending parent diff + add minor clarification.

This revision was landed with ongoing or failed builds.Sep 1 2020, 11:54 AM
This revision was automatically updated to reflect the committed changes.