This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Math] Add constant folder for AtanOp.
ClosedPublic

Authored by jacquesguan on Aug 2 2022, 4:50 AM.

Details

Summary

This patch adds constant folder for AtanOp which only supports single and double precision floating-point.

Diff Detail

Event Timeline

jacquesguan created this revision.Aug 2 2022, 4:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2022, 4:50 AM
jacquesguan requested review of this revision.Aug 2 2022, 4:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2022, 4:50 AM
Mogball accepted this revision.Aug 2 2022, 7:19 AM

Looks like there is a test failure

This revision is now accepted and ready to land.Aug 2 2022, 7:19 AM
This revision was automatically updated to reflect the committed changes.