This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpDSL] Rename `PrimFn` to `ArithFn`.
ClosedPublic

Authored by gysit on Dec 7 2021, 4:50 AM.

Details

Summary

The revision renames PrimFn to ArithFn. The name resembles the newly introduced arith dialect that implements most of the arithmetic functions. An exception are log/exp that are part of the math dialect.

Depends On D115239

Diff Detail

Event Timeline

gysit created this revision.Dec 7 2021, 4:50 AM
gysit requested review of this revision.Dec 7 2021, 4:50 AM
gysit updated this revision to Diff 392362.Dec 7 2021, 5:07 AM

Fix formatting of templated code.

gysit updated this revision to Diff 393983.Dec 13 2021, 11:47 AM

Improve doc.

stellaraccident accepted this revision.Jan 4 2022, 10:14 AM
This revision is now accepted and ready to land.Jan 4 2022, 10:14 AM
gysit updated this revision to Diff 398070.Jan 7 2022, 12:57 AM

Rebase.

This revision was landed with ongoing or failed builds.Jan 7 2022, 4:42 AM
This revision was automatically updated to reflect the committed changes.