Historically, LLVMDialect has been required in the conversion from LLVM IR in
order to be able to construct types. This is no longer necessary with the new
type model and the dialect can be replaced with a local LLVM context.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo