[PATCH] D74436: Change clang option -ffp-model=precise to select ffp-contract=on

Melanie Blower via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 14 12:20:53 PDT 2021


mibintc added a comment.

There are 3 clang settings for ffp-contract (on, off, fast) but the FMF bits have only "allow contract".  Clang sets the "allow contract" bit in the IRBuilder only when ffp-contract=fast


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74436



More information about the cfe-commits mailing list