summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ffp-contract-fast-option.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Set FMF for -ffp-contract=fastAdam Nemet2017-04-041-0/+29
With this, FMF(contract) becomes an alternative way to express the request to contract. These are currently only propagated for FMul, FAdd and FSub. The rest will be added as more FMFs are hooked up for this. This is toward fixing PR25721. Differential Revision: https://reviews.llvm.org/D31168 llvm-svn: 299469
OpenPOWER on IntegriCloud