This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by jacquesguan on Sep 16 2022, 12:00 AM.

Details

Summary

This patch adds constant folder for ErfOp by using erf/erff of libm.

Diff Detail

Event Timeline

jacquesguan created this revision.Sep 16 2022, 12:00 AM
jacquesguan requested review of this revision.Sep 16 2022, 12:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2022, 12:00 AM
ftynse accepted this revision.Sep 16 2022, 4:38 AM
This revision is now accepted and ready to land.Sep 16 2022, 4:38 AM
Mogball accepted this revision.Sep 16 2022, 10:39 AM
This revision was automatically updated to reflect the committed changes.