[all-commits] [llvm/llvm-project] 804b99: [mlir][openacc] Introduce acc.declare operation

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Aug 21 08:30:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 804b9979c5220a21355225ca9da6f0c17e1c8da7
      https://github.com/llvm/llvm-project/commit/804b9979c5220a21355225ca9da6f0c17e1c8da7
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

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

  Log Message:
  -----------
  [mlir][openacc] Introduce acc.declare operation

The acc.declare operation represent the implicit
region of variable in the declare directive in the function
(and subroutine in fortran).

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list