[flang] add -f[no-]reciprocal-math
authorTom Eccles <tom.eccles@arm.com>
Wed, 19 Oct 2022 10:51:31 +0000 (10:51 +0000)
committerTom Eccles <tom.eccles@arm.com>
Fri, 4 Nov 2022 17:22:35 +0000 (17:22 +0000)
commitd0d4b635786d510cd919cadbeb7e5e19983242cf
tree38cd877bb2440c8befbdf38d4ce92b5e047ed07e
parentc4dc3c029416a25103d631e8dc5422f65c076376
[flang] add -f[no-]reciprocal-math

Only add the option processing and store the result. No attributes are
added to FIR yet.

Differential Revision: https://reviews.llvm.org/D137330
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Flang.cpp
flang/include/flang/Frontend/LangOptions.def
flang/lib/Frontend/CompilerInvocation.cpp
flang/test/Driver/driver-help-hidden.f90
flang/test/Driver/driver-help.f90
flang/test/Driver/flang_fp_opts.f90
flang/test/Driver/frontend-forwarding.f90