[all-commits] [llvm/llvm-project] b930b1: [mlir][complex] Support fast math flag in converti...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Mar 5 20:33:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b930b14d5d8084425cec75f2037746ab99768c0f
https://github.com/llvm/llvm-project/commit/b930b14d5d8084425cec75f2037746ab99768c0f
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
M mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
Log Message:
-----------
[mlir][complex] Support fast math flag in converting complex.atan2 op (#82101)
When converting complex.atan2 op to standard, we need to keep the fast
math flag given to the op.
See:
https://discourse.llvm.org/t/rfc-fastmath-flags-support-in-complex-dialect/71981
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