This is an archive of the discontinued LLVM Phabricator instance.

[mlir] factor math-to-llvm out of standard-to-llvm
ClosedPublic

Authored by ftynse on Jul 9 2021, 7:51 AM.

Details

Summary

After the Math has been split out of the Standard dialect, the
conversion to the LLVM dialect remained as a huge monolithic pass.
This is undesirable for the same complexity management reasons as having
a huge Standard dialect itself, and is even more confusing given the
existence of a separate dialect. Extract the conversion of the Math
dialect operations to LLVM into a separate library and a separate
conversion pass.

Diff Detail

Event Timeline

ftynse created this revision.Jul 9 2021, 7:51 AM
ftynse requested review of this revision.Jul 9 2021, 7:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2021, 7:51 AM
silvas accepted this revision.Jul 9 2021, 10:40 AM
This revision is now accepted and ready to land.Jul 9 2021, 10:40 AM
This revision was automatically updated to reflect the committed changes.