This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Conversion] Implement ConvertToLLVMPatternInterface (1)
ClosedPublic

Authored by springerm on Aug 8 2023, 6:32 AM.

Diff Detail

Event Timeline

springerm created this revision.Aug 8 2023, 6:32 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Aug 8 2023, 6:32 AM

Thanks! Is it possible to add the invocation alongside the existing tests where the individual test passes are used?

mehdi_amini accepted this revision.Aug 8 2023, 7:13 PM
This revision is now accepted and ready to land.Aug 8 2023, 7:13 PM

Conversion/AsyncToLLVM/AsyncToLLVM.cpp needs a special type converter. There may be a way to add the required type conversion rules to the type converter as part of the populateConvertToLLVMConversionPatterns. I'm going to leave this for a separate revision.