[all-commits] [llvm/llvm-project] 139c5b: [MLIR][OpenMP] Add support for threadprivate direc...

PeixinQiao via All-commits all-commits at lists.llvm.org
Mon Apr 11 19:16:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 139c5b8a96342090efaee73840c4a5ea72ecadf3
      https://github.com/llvm/llvm-project/commit/139c5b8a96342090efaee73840c4a5ea72ecadf3
  Author: Peixin-Qiao <qiaopeixin at huawei.com>
  Date:   2022-04-12 (Tue, 12 Apr 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/test/Dialect/OpenMP/ops.mlir
    M mlir/test/Target/LLVMIR/openmp-llvm-invalid.mlir
    M mlir/test/Target/LLVMIR/openmp-llvm.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] Add support for threadprivate directive

This supports the threadprivate directive in OpenMP dialect following
the OpenMP 5.1 [2.21.2] standard. Also lowering to LLVM IR using OpenMP
IRBduiler.

Reviewed By: kiranchandramohan, shraiysh, arnamoy10

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




More information about the All-commits mailing list