This is an archive of the discontinued LLVM Phabricator instance.

Remove dependency from LLVM Dialect on the OpenMP dialect
ClosedPublic

Authored by mehdi_amini on Sep 25 2020, 7:14 PM.

Details

Summary

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.

Diff Detail

Event Timeline

mehdi_amini created this revision.Sep 25 2020, 7:14 PM
Herald added a project: Restricted Project. · View Herald Transcript
mehdi_amini requested review of this revision.Sep 25 2020, 7:14 PM
mehdi_amini edited the summary of this revision. (Show Details)Sep 25 2020, 7:15 PM
mehdi_amini added a reviewer: stephenneuendorffer.
mehdi_amini removed a reviewer: dcaballe.
ftynse accepted this revision.Sep 28 2020, 5:13 AM

Thanks!

This revision is now accepted and ready to land.Sep 28 2020, 5:13 AM