This is an archive of the discontinued LLVM Phabricator instance.

[docs] Fix documentation of -fno-strict-float-cast-overflow after D115804.
ClosedPublic

Authored by craig.topper on Jan 7 2022, 10:25 PM.

Details

Summary

Previously this was documented as having the behavior of the
"target's native float-to-int conversion". After D115804, clang
uses saturating FP cast intrinsics which have the same behavior
on all targets.

Diff Detail

Event Timeline

craig.topper requested review of this revision.Jan 7 2022, 10:25 PM
craig.topper created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2022, 10:25 PM
craig.topper retitled this revision from [docs] Fix documentation of -fstrict-float-cast-overflow after D115804. to [docs] Fix documentation of -fno-strict-float-cast-overflow after D115804..Jan 7 2022, 10:37 PM
nikic accepted this revision.Jan 8 2022, 12:30 AM

LGTM

This revision is now accepted and ready to land.Jan 8 2022, 12:30 AM
This revision was landed with ongoing or failed builds.Jan 8 2022, 12:13 PM
This revision was automatically updated to reflect the committed changes.