[mlir][complex] complex.arg op to calculate the angle of complex numberAdd complex.arg op which calculates the angle of complex number. The op name is inspired by the function carg in libm.See: h
[mlir][complex] complex.arg op to calculate the angle of complex numberAdd complex.arg op which calculates the angle of complex number. The op name is inspired by the function carg in libm.See: https://sourceware.org/newlib/libm.html#cargDifferential Revision: https://reviews.llvm.org/D128531
show more ...
Fix complex.conj integration test- It doesn't actually print the fractional part if the result is a whole number- One of the expectations was just wrong
[mlir][complex] Correctness check for complex.conjAdd correctness check for complex.conj operationReviewed By: pifon2aDifferential Revision: https://reviews.llvm.org/D127377
[mlir] Lower complex.power and complex.rsqrt to standard dialect.Add conversion tests and correctness tests.Reviewed By: pifon2aDifferential Revision: https://reviews.llvm.org/D127255
[mlir][complex] Check the correctness of tanh in complex dialectCorrectness check for tanh operation in complex dialect.Ref: https://reviews.llvm.org/D126858Reviewed By: pifon2aDifferential R
[mlir][complex] Check the correctness of tanh in complex dialectCorrectness check for tanh operation in complex dialect.Ref: https://reviews.llvm.org/D126858Reviewed By: pifon2aDifferential Revision: https://reviews.llvm.org/D126946
[mlir] Add conversion and tests for complex.[sqrt|atan2] to Arith.Differential Revision: https://reviews.llvm.org/D126799