[all-commits] [llvm/llvm-project] 7951ab: [mlir][openacc] Relax the single block constraint ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Tue Apr 11 10:43:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7951ab12b9674c5999f269aef8fa93b7994f27f0
      https://github.com/llvm/llvm-project/commit/7951ab12b9674c5999f269aef8fa93b7994f27f0
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/test/Dialect/OpenACC/ops.mlir

  Log Message:
  -----------
  [mlir][openacc] Relax the single block constraint on acc.loop

The acc.loop operation was constrained by the SingleBlockImplicitTerminator.
This patch relax this constraint to allow multiple block in the loop.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list