[all-commits] [llvm/llvm-project] 6bcb4c: [mlir][OpenMP] Added omp.atomic.write lowering to ...

Shraiysh via All-commits all-commits at lists.llvm.org
Thu Jan 6 20:32:14 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bcb4c44de0cff8a1d9a465c780c551d4d874db5
      https://github.com/llvm/llvm-project/commit/6bcb4c44de0cff8a1d9a465c780c551d4d874db5
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-01-07 (Fri, 07 Jan 2022)

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

  Log Message:
  -----------
  [mlir][OpenMP] Added omp.atomic.write lowering to LLVM IR

This patch adds omp.atomic.write lowering to LLVM IR.
Also, changed the syntax to have equal symbol instead of the comma to
make it more intuitive.

Reviewed By: kiranchandramohan, peixin

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




More information about the All-commits mailing list