This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by jacquesguan on Jul 25 2022, 3:13 AM.

Details

Summary

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

Diff Detail

Event Timeline

jacquesguan created this revision.Jul 25 2022, 3:13 AM
jacquesguan requested review of this revision.Jul 25 2022, 3:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 25 2022, 3:13 AM
Mogball accepted this revision.Jul 25 2022, 1:34 PM
This revision is now accepted and ready to land.Jul 25 2022, 1:34 PM
This revision was automatically updated to reflect the committed changes.