[all-commits] [llvm/llvm-project] d851ed: [mlir][OpenMP] Add optional alloc region to reduct...

Tom Eccles via All-commits all-commits at lists.llvm.org
Thu Aug 8 12:09:04 PDT 2024


  Branch: refs/heads/users/tblah/separate-init-alloc_1
  Home:   https://github.com/llvm/llvm-project
  Commit: d851ed433ca775226914c9ef6a1164189ceb46bc
      https://github.com/llvm/llvm-project/commit/d851ed433ca775226914c9ef6a1164189ceb46bc
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
    M mlir/test/Dialect/OpenMP/invalid.mlir
    M mlir/test/Dialect/OpenMP/ops.mlir

  Log Message:
  -----------
  [mlir][OpenMP] Add optional alloc region to reduction decl

The verifier checks that there is at most one block in the alloc region.
This is not sufficient to avoid control flow in general MLIR, but by the
time we are converting to LLVMIR structured control flow should already
have been lowered to the cf dialect.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list