[all-commits] [llvm/llvm-project] db4cb4: [docs] Fix documentation of -fno-strict-float-cast...

Craig Topper via All-commits all-commits at lists.llvm.org
Sat Jan 8 12:12:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: db4cb4668b046ae988914ae49105ff3cc0bc9d92
      https://github.com/llvm/llvm-project/commit/db4cb4668b046ae988914ae49105ff3cc0bc9d92
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-01-08 (Sat, 08 Jan 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/docs/UsersManual.rst

  Log Message:
  -----------
  [docs] Fix documentation of -fno-strict-float-cast-overflow after D115804.

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.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D116856




More information about the All-commits mailing list