[all-commits] [llvm/llvm-project] 9f9f89: Remove dependency from LLVM Dialect on the OpenMP ...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Mon Sep 28 18:12:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f9f89d44bebe79a7672799619a0c7e5ce213fa3
      https://github.com/llvm/llvm-project/commit/9f9f89d44bebe79a7672799619a0c7e5ce213fa3
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
    M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
    M mlir/lib/Dialect/LLVMIR/CMakeLists.txt
    M mlir/lib/Target/CMakeLists.txt
    M mlir/lib/Target/LLVMIR/ConvertToLLVMIR.cpp
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp

  Log Message:
  -----------
  Remove dependency from LLVM Dialect on the OpenMP dialect

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.

Reviewed By: ftynse

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




More information about the All-commits mailing list