[all-commits] [llvm/llvm-project] 3538ca: [flang] Propagate more FastMath flags to lowering.
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Wed Nov 9 15:17:56 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3538ca3f1b61e72bdfb8d62215c2d5de802c493f
https://github.com/llvm/llvm-project/commit/3538ca3f1b61e72bdfb8d62215c2d5de802c493f
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M flang/include/flang/Common/MathOptionsBase.def
M flang/include/flang/Frontend/LangOptions.def
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Optimizer/Builder/FIRBuilder.cpp
M flang/test/Lower/fast-math-arithmetic.f90
Log Message:
-----------
[flang] Propagate more FastMath flags to lowering.
Plugged in propagation of nnan/nsz/arcp/afn/reassoc related options
to lowering/FirOpBuilder.
Reviewed By: jeanPerier, tblah, awarzynski
Differential Revision: https://reviews.llvm.org/D137580
More information about the All-commits
mailing list