This is an archive of the discontinued LLVM Phabricator instance.

Add LogOp to Complex dialect.
ClosedPublic

Authored by akuegel on Jul 2 2021, 2:05 AM.

Details

Summary

Add an op to compute the natural logarithm of a complex number.
Also add some missing tests for recently added ops.

Diff Detail

Event Timeline

akuegel created this revision.Jul 2 2021, 2:05 AM
akuegel requested review of this revision.Jul 2 2021, 2:05 AM
akuegel updated this revision to Diff 356138.Jul 2 2021, 3:12 AM

Replace tensor with value.

frgossen accepted this revision.Jul 2 2021, 4:14 AM
This revision is now accepted and ready to land.Jul 2 2021, 4:14 AM
This revision was automatically updated to reflect the committed changes.