[all-commits] [llvm/llvm-project] 232648: [mlir][openacc][NFC] Use oilist in assembly format

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed Apr 12 16:14:02 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2326480f378f1dd0168dc64824b0c179cebb5bec
      https://github.com/llvm/llvm-project/commit/2326480f378f1dd0168dc64824b0c179cebb5bec
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
    M flang/test/Lower/OpenACC/acc-init.f90
    M flang/test/Lower/OpenACC/acc-shutdown.f90
    M flang/test/Lower/OpenACC/acc-wait.f90
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/test/Dialect/OpenACC/ops.mlir

  Log Message:
  -----------
  [mlir][openacc][NFC] Use oilist in assembly format

Use the oilist syntax in assembly format where appropriate.
This makes the dialect format more flexible as an order
is not imposed for the clauses.

Reviewed By: PeteSteinfeld, razvanlupusoru

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




More information about the All-commits mailing list