This is an archive of the discontinued LLVM Phabricator instance.

[mlir] factor out ConvertToLLVMPattern
ClosedPublic

Authored by ftynse on Jul 7 2021, 2:55 AM.

Details

Summary

This class and classes that extend it are general utilities for any dialect
that is being converted into the LLVM dialect. They are in no way specific to
Standard-to-LLVM conversion and should not make their users depend on it.

Diff Detail

Event Timeline

ftynse created this revision.Jul 7 2021, 2:55 AM
ftynse requested review of this revision.Jul 7 2021, 2:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
ftynse updated this revision to Diff 356909.Jul 7 2021, 3:00 AM

Headers

nicolasvasilache accepted this revision.Jul 7 2021, 11:39 AM
This revision is now accepted and ready to land.Jul 7 2021, 11:39 AM
This revision was automatically updated to reflect the committed changes.