This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by jacquesguan on Aug 1 2022, 12:54 AM.

Details

Summary

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

Diff Detail

Event Timeline

jacquesguan created this revision.Aug 1 2022, 12:54 AM
jacquesguan requested review of this revision.Aug 1 2022, 12:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 12:54 AM
ftynse accepted this revision.Aug 1 2022, 1:29 AM
This revision is now accepted and ready to land.Aug 1 2022, 1:29 AM
This revision was automatically updated to reflect the committed changes.