[PATCH] D136080: [flang] Add -ffp-contract option processing

Tom Eccles via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 07:09:01 PDT 2022


tblah created this revision.
tblah added reviewers: kiranchandramohan, MatsPetersson, DavidTruby, rovka, vzakhari.
tblah added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a reviewer: awarzynski.
Herald added a project: All.
tblah requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.

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

The omission of the `fast-honor-pragmas` argument from the compiler
driver is deliberate. Clang only supports this argument when passed to
the frontend driver.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136080

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/Flang.cpp
  flang/include/flang/Frontend/CompilerInvocation.h
  flang/include/flang/Frontend/LangOptions.def
  flang/include/flang/Frontend/LangOptions.h
  flang/lib/Frontend/CMakeLists.txt
  flang/lib/Frontend/CompilerInvocation.cpp
  flang/lib/Frontend/LangOptions.cpp
  flang/test/Driver/driver-help.f90
  flang/test/Driver/flang_fp_opts.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136080.468191.patch
Type: text/x-patch
Size: 12248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221017/c620a923/attachment-0001.bin>


More information about the cfe-commits mailing list