The OmpDialect is in practice optional during translation to LLVM IR: the code is tolerant
to have a "nullptr" when not present / needed.
The dependency still exists on the export to LLVMIR.
Differential D88351
Remove dependency from LLVM Dialect on the OpenMP dialect mehdi_amini on Sep 25 2020, 7:14 PM. Authored by
Details The OmpDialect is in practice optional during translation to LLVM IR: the code is tolerant The dependency still exists on the export to LLVMIR.
Diff Detail
|