[all-commits] [llvm/llvm-project] 070fad: [MLIR][OpenMP] Add `omp.private` op (#80955)

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Mon Feb 12 20:10:29 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 070fad422834faab1f0ffc90e21e25d2f524b17b
      https://github.com/llvm/llvm-project/commit/070fad422834faab1f0ffc90e21e25d2f524b17b
  Author: Kareem Ergawy <kareem.ergawy at amd.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Dialect/OpenMP/invalid.mlir
    A mlir/test/Dialect/OpenMP/roundtrip.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] Add `omp.private` op (#80955)

This PR adds a new op to the OpenMP dialect: `PrivateClauseOp`. This op
will be later used to model `[first]private` clauses for differnt OpenMP
directives.

This is part of productizing the "delayed privatization" PoC which can
be found in #79862.




More information about the All-commits mailing list