[all-commits] [llvm/llvm-project] 06dbcf: [MLIR][OpenMP] Add a constraint to the Threadpriva...

kiranchandramohan via All-commits all-commits at lists.llvm.org
Fri Jul 22 06:18:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 06dbcf7b2bbe5beb3174c33cced029a2fac87168
      https://github.com/llvm/llvm-project/commit/06dbcf7b2bbe5beb3174c33cced029a2fac87168
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/test/Dialect/OpenMP/invalid.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] Add a constraint to the Threadprivate Op

Add a constraint to ensure that the operand and result of the
threadprivate operation are the same.

Reviewed By: peixin

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




More information about the All-commits mailing list