[all-commits] [llvm/llvm-project] be5b66: [mlir][complex] Support fastmath in the binary op ...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Sun Sep 10 23:57:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be5b66670d869f5f9401feb71c70f2ca519ce9e0
https://github.com/llvm/llvm-project/commit/be5b66670d869f5f9401feb71c70f2ca519ce9e0
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
M mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
Log Message:
-----------
[mlir][complex] Support fastmath in the binary op conversion. (#65702)
Complex dialect arithmetic operations are now able to recognize the
given fastmath flags. This PR lets the conversion from complex to
standard keep the fastmath flag passed to arith dialect ops.
See:
https://discourse.llvm.org/t/rfc-fastmath-flags-support-in-complex-dialect/71981
More information about the All-commits
mailing list