[cfe-dev] [llvm-dev] 10.0.1-rc4 tagged

Kevin Neal via cfe-dev cfe-dev at lists.llvm.org
Fri Jul 10 11:31:33 PDT 2020


If there is an rc5 is it too late to get these changes in? I'd like an authoritative yes or no for the below-mentioned bug report. I'd guess it is too late but it's not my decision. And the code did just go in the tree today.

523a8513f8ba4d6b111496c541b9ba9f4d5f0261
d4ce862f2aa8b7e4b11462bd72014b08ab9468b3

    Reland "[FPEnv][Clang][Driver] Disable constrained floating point on targets lacking support."

    We currently have strict floating point/constrained floating point enabled
    for all targets. Constrained SDAG nodes get converted to the regular ones
    before reaching the target layer. In theory this should be fine.

    However, the changes are exposed to users through multiple clang options
    already in use in the field, and the changes are _completely_ _untested_
    on almost all of our targets. Bugs have already been found, like
    "https://bugs.llvm.org/show_bug.cgi?id=45274".

    This patch disables constrained floating point options in clang everywhere
    except X86 and SystemZ. A warning will be printed when this happens.

    Use the new -fexperimental-strict-floating-point flag to force allowing
    strict floating point on hosts that aren't already marked as supporting
    it (X86 and SystemZ).

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


-- 
Kevin P. Neal
SAS/C and SAS/C++ Compiler
Compute Services
SAS Institute, Inc.



-----Original Message-----
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Tom Stellard via llvm-dev
Sent: Wednesday, July 08, 2020 12:08 AM
To: release-testers at lists.llvm.org; llvm-dev <llvm-dev at lists.llvm.org>; cfe-dev at lists.llvm.org; lldb-dev at lists.llvm.org; openmp-dev at lists.llvm.org
Subject: [llvm-dev] 10.0.1-rc4 tagged

EXTERNAL

Hi,

I've tagged 10.0.1-rc4, please test and report the results.

-Tom

_______________________________________________
LLVM Developers mailing list
llvm-dev at lists.llvm.org
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.llvm.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fllvm-dev&data=02%7C01%7Ckevin.neal%40sas.com%7Cc96672a68ea542a2a9d308d822f48ed8%7Cb1c14d5c362545b3a4309552373a0c2f%7C0%7C0%7C637297781054914056&sdata=gUT1tVuk%2BPY%2FfSshb2bLPsSOvmkbGEPuv7G3QD26Y10%3D&reserved=0


More information about the cfe-dev mailing list