Implement ConvertToLLVMPatternInterface for more dialects: arith, async,
complex, cf.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks! Is it possible to add the invocation alongside the existing tests where the individual test passes are used?
Comment Actions
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.