[all-commits] [llvm/llvm-project] 2f0047: [MLIR][OpenMP] Allow map operands to be not specified

kiranchandramohan via All-commits all-commits at lists.llvm.org
Wed Aug 2 05:06:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f0047aad1327b364aeda58b6ce747c2cc969792
      https://github.com/llvm/llvm-project/commit/2f0047aad1327b364aeda58b6ce747c2cc969792
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2023-08-02 (Wed, 02 Aug 2023)

  Changed paths:
    M flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/test/Dialect/OpenMP/invalid.mlir

  Log Message:
  -----------
  [MLIR][OpenMP] Allow map operands to be not specified

This patch permits map operands to be not specified for the target
data operation. Also emit an error if none of the map, use_device_addr,
or use_device_ptr operands are specified.

Reviewed By: TIFitis

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




More information about the All-commits mailing list