This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by jacquesguan on Jul 19 2022, 11:50 PM.

Details

Summary

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

Diff Detail

Event Timeline

jacquesguan created this revision.Jul 19 2022, 11:50 PM
jacquesguan requested review of this revision.Jul 19 2022, 11:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 19 2022, 11:50 PM
ftynse accepted this revision.Jul 20 2022, 4:31 AM
This revision is now accepted and ready to land.Jul 20 2022, 4:31 AM
This revision was automatically updated to reflect the committed changes.