[PATCH] D138143: [FPEnv] Enable strict fp for AArch64 in clang

John Brawn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 18 04:22:21 PST 2022


john.brawn added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:760
+- Strict floating point has been enabled for AArch64, which means that
+  ``-ftrapping-math``, ``-frounding-math``, ``-ffp-model=strict``, and
+  ``-ffp-exception-behaviour=<arg>`` are now accepted.
----------------
ostannard wrote:
> Do we need tests for these command-line options? I only see tests for -ffp-exception-behavior= in this patch.
-ftrapping-math and -ffp-model=strict are both driver-only options that are converted into other cc1 options and tested in Driver/fp-model.c. -frounding-math is tested in a target-independent way in the CodeGen/fpconstrained* tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138143/new/

https://reviews.llvm.org/D138143



More information about the cfe-commits mailing list