This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by jacquesguan on Sep 14 2022, 11:35 PM.

Details

Summary

This patch adds constant folder for SinOp by using sin/sinf of libm.

Diff Detail

Event Timeline

jacquesguan created this revision.Sep 14 2022, 11:35 PM
jacquesguan requested review of this revision.Sep 14 2022, 11:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2022, 11:35 PM
This revision is now accepted and ready to land.Sep 15 2022, 1:34 AM
This revision was automatically updated to reflect the committed changes.