Only add the option processing and store the result. No attributes are added to FIR yet.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137330
[flang] add -f[no-]reciprocal-math ClosedPublic Authored by tblah on Nov 3 2022, 4:30 AM.
Details Summary Only add the option processing and store the result. No attributes are added to FIR yet.
Diff Detail
Event Timelinetblah added a parent revision: D137329: [flang] Add -f[no-]associative-math and -mreassociate.Nov 3 2022, 4:31 AM This revision is now accepted and ready to land.Nov 3 2022, 10:34 AM Closed by commit rGd0d4b635786d: [flang] add -f[no-]reciprocal-math (authored by tblah). · Explain WhyNov 4 2022, 10:25 AM This revision was automatically updated to reflect the committed changes. Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 4 2022, 10:25 AM
Revision Contents
Diff 473290 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
|