[all-commits] [llvm/llvm-project] bf17ee: Add MulOp lowering from Complex dialect to Standar...
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Mon Jul 5 03:52:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf17ee1950ef7df95e160c4869de8398bc2b67d2
https://github.com/llvm/llvm-project/commit/bf17ee1950ef7df95e160c4869de8398bc2b67d2
Author: Adrian Kuegel <akuegel at google.com>
Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths:
M mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
M mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
Log Message:
-----------
Add MulOp lowering from Complex dialect to Standard/Math dialect.
The lowering handles special cases with NaN or infinity like C++.
Differential Revision: https://reviews.llvm.org/D105270
More information about the All-commits
mailing list