History log of /llvm-project/mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp (Results 76 – 77 of 77)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ac00cb0d 20-May-2021 Adrian Kuegel <akuegel@google.com>

[mlir] Add conversion from complex to standard dialect for EqualOp.

This adds the straightforward conversion for EqualOp
(two complex numbers are equal if both the real and the imaginary part are eq

[mlir] Add conversion from complex to standard dialect for EqualOp.

This adds the straightforward conversion for EqualOp
(two complex numbers are equal if both the real and the imaginary part are equal).

Differential Revision: https://reviews.llvm.org/D102840

show more ...


# 2ea7fb7b 28-Apr-2021 Adrian Kuegel <akuegel@google.com>

[MLIR] Add ComplexToStandard conversion pass.

So far, only a conversion for complex::AbsOp is done, but more will be added.

Differential Revision: https://reviews.llvm.org/D101442


1234