[all-commits] [llvm/llvm-project] 66900b: [mlir] Use dialect interfaces to translate OpenMP ...

ftynse via All-commits all-commits at lists.llvm.org
Fri Feb 12 09:38:13 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66900b3eae96b295cc7eb9468680085028f35daa
      https://github.com/llvm/llvm-project/commit/66900b3eae96b295cc7eb9468680085028f35daa
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-02-12 (Fri, 12 Feb 2021)

  Changed paths:
    A mlir/include/mlir/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.h
    M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
    M mlir/lib/Target/CMakeLists.txt
    M mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp
    M mlir/lib/Target/LLVMIR/Dialect/CMakeLists.txt
    A mlir/lib/Target/LLVMIR/Dialect/OpenMP/CMakeLists.txt
    A mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/tools/mlir-cpu-runner/mlir-cpu-runner.cpp

  Log Message:
  -----------
  [mlir] Use dialect interfaces to translate OpenMP dialect to LLVM IR

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

Depends On D96503

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D96504




More information about the All-commits mailing list