[all-commits] [llvm/llvm-project] 31cf42: [mlir][OpenMP] Added omp.atomic.read lowering

Shraiysh via All-commits all-commits at lists.llvm.org
Mon Dec 6 21:47:49 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 31cf42bd9a71c53c7ddc6f0e3ec41fcea24f2f7c
      https://github.com/llvm/llvm-project/commit/31cf42bd9a71c53c7ddc6f0e3ec41fcea24f2f7c
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

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

  Log Message:
  -----------
  [mlir][OpenMP] Added omp.atomic.read lowering

This patch adds lowering from omp.atomic.read to LLVM IR along with the
memory ordering clause. Tests for the same are also added.

Reviewed By: ftynse

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




More information about the All-commits mailing list