Migrate the translation of the OpenMP dialect operations to LLVM IR to the new
dialect-based mechanism.
Depends On D96503
Paths
| Differential D96504
[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 Depends On D96503
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 16 others. · View Herald TranscriptFeb 11 2021, 7:00 AM This revision is now accepted and ready to land.Feb 12 2021, 9:12 AM Closed by commit rG66900b3eae96: [mlir] Use dialect interfaces to translate OpenMP dialect to LLVM IR (authored by ftynse). · Explain WhyFeb 12 2021, 9:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 323371 mlir/include/mlir/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.h
mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
mlir/lib/Target/CMakeLists.txt
mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp
mlir/lib/Target/LLVMIR/Dialect/CMakeLists.txt
mlir/lib/Target/LLVMIR/Dialect/OpenMP/CMakeLists.txt
mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
mlir/tools/mlir-cpu-runner/mlir-cpu-runner.cpp
|