[PATCH] D62731: [RFC] Add support for options -frounding-math, -fp-model=, and -fp-exception-behavior=, : Specify floating point behavior

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 13:40:05 PDT 2019


rjmccall added a comment.

Hmm, you know, there are enough different FP options that I think we should probably split them all out into their own section in the manual instead of just listing them under "code generation".  That will also give us an obvious place to describe the basic model, i.e. all the stuff about it mostly coming down to different strictness and exception models.  Could you prepare a patch that *just* does that reorganization without adding any new features, and then we can add the new options on top of that?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62731





More information about the llvm-commits mailing list