This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use dialect interfaces to translate OpenMP dialect to LLVM IR
ClosedPublic

Authored by ftynse on Feb 11 2021, 7:00 AM.

Details

Summary

Migrate the translation of the OpenMP dialect operations to LLVM IR to the new
dialect-based mechanism.

Depends On D96503

Diff Detail