[all-commits] [llvm/llvm-project] bed7e0: [MLIR][OpenMP][OMPIRBuilder] Lower OpenMP version ...

Dominik Adamski via All-commits all-commits at lists.llvm.org
Fri May 19 04:50:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bed7e00cb15cf98dcf9f2f0b1bd7f6c7d29003b2
      https://github.com/llvm/llvm-project/commit/bed7e00cb15cf98dcf9f2f0b1bd7f6c7d29003b2
  Author: Dominik Adamski <dominik.adamski at amd.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/test/Target/LLVMIR/openmp-llvm.mlir

  Log Message:
  -----------
  [MLIR][OpenMP][OMPIRBuilder] Lower OpenMP version attributes to LLVM IR

MLIR version attribute should be lowered to LLVM IR module metadata.
The lowering is done by OpenMPIRBuilder.

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

Reviewed By: kiranchandramohan




More information about the All-commits mailing list