[all-commits] [llvm/llvm-project] 827be6: [clang] FastMathFlags.allowContract should be init...

Melanie Blower via All-commits all-commits at lists.llvm.org
Wed May 20 06:19:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 827be690dce158924924a70fda79b35a9d7ad1cc
      https://github.com/llvm/llvm-project/commit/827be690dce158924924a70fda79b35a9d7ad1cc
  Author: Melanie Blower <melanie.blower at intel.com>
  Date:   2020-05-20 (Wed, 20 May 2020)

  Changed paths:
    M clang/lib/CodeGen/CGExprScalar.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/CodeGen/constrained-math-builtins.c
    M clang/test/CodeGen/fp-contract-on-pragma.cpp
    M clang/test/CodeGen/fp-contract-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-class.cpp
    M clang/test/CodeGen/fp-floatcontrol-pragma.cpp
    M clang/test/CodeGen/fp-floatcontrol-stack.cpp
    M clang/test/CodeGenOpenCL/relaxed-fpmath.cl
    M clang/test/CodeGenOpenCL/single-precision-constant.cl

  Log Message:
  -----------
  [clang] FastMathFlags.allowContract should be initialized only from FPFeatures.allowFPContractAcrossStatement

Summary: Fix bug introduced in D72841 adding support for pragma float_control

Reviewers: rjmccall, Anastasia

Differential Revision: https://reviews.llvm.org/D79903




More information about the All-commits mailing list