[all-commits] [llvm/llvm-project] 512d06: [mlir][openmp] Add check for types of operands in ...

Shraiysh via All-commits all-commits at lists.llvm.org
Wed May 25 04:52:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 512d06b04513dc8c859567e215a13ba8d312095d
      https://github.com/llvm/llvm-project/commit/512d06b04513dc8c859567e215a13ba8d312095d
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-05-25 (Wed, 25 May 2022)

  Changed paths:
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Dialect/OpenMP/invalid.mlir

  Log Message:
  -----------
  [mlir][openmp] Add check for types of operands in omp.atomic.write

This patch makes sure that the address dereferences to value in
omp.atomic.write operation.

Reviewed By: kiranchandramohan, peixin

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




More information about the All-commits mailing list