[all-commits] [llvm/llvm-project] 6841c4: [flang] Remove warnings that fast-math options are...

Tom Eccles via All-commits all-commits at lists.llvm.org
Tue Nov 29 09:17:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6841c43f36ee50c0f87bac8146d16fc4ee0b3ab0
      https://github.com/llvm/llvm-project/commit/6841c43f36ee50c0f87bac8146d16fc4ee0b3ab0
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M flang/lib/Frontend/CompilerInvocation.cpp
    R flang/test/Driver/flang_fp_opts.f90

  Log Message:
  -----------
  [flang] Remove warnings that fast-math options are unimplemented

These are now fully implemented, see
https://reviews.llvm.org/D137390
https://reviews.llvm.org/D137391
https://reviews.llvm.org/D137456
https://reviews.llvm.org/D137580
https://reviews.llvm.org/D137602
https://reviews.llvm.org/D138048

These flags are still tested in
flang/test/Driver/frontend-forwarding.f90 and
flang/test/Lower/fast-math-arithmetic.f90

Differential revision: https://reviews.llvm.org/D138907




More information about the All-commits mailing list