[all-commits] [llvm/llvm-project] 6e9a5c: [flang] Remove "unsafe-fp-math" attribute support ...
paperchalice via All-commits
all-commits at lists.llvm.org
Tue Oct 21 05:25:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e9a5c949391d622943390c207dd73a4406d43b2
https://github.com/llvm/llvm-project/commit/6e9a5c949391d622943390c207dd73a4406d43b2
Author: paperchalice <liujunchang97 at outlook.com>
Date: 2025-10-21 (Tue, 21 Oct 2025)
Changed paths:
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Tools/CrossToolHelpers.h
M flang/lib/Optimizer/Transforms/FunctionAttr.cpp
M flang/test/Driver/func-attr-fast-math.f90
Log Message:
-----------
[flang] Remove "unsafe-fp-math" attribute support (#162783)
These global flags block furthur improvements for clang, users should
always use fast-math flags
see also
https://discourse.llvm.org/t/rfc-honor-pragmas-with-ffp-contract-fast/80797
Remove them incrementally, this is the flang part.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list